chore: fix up completions keybind and rust analyzer settings
This commit is contained in:
@@ -191,6 +191,12 @@ return {
|
||||
vim.lsp.config("rust_analyzer", {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
files = {
|
||||
watcher = "server",
|
||||
},
|
||||
check = {
|
||||
command = "clippy",
|
||||
},
|
||||
diagnostics = {
|
||||
enable = false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user