neovim: Update rust-analyzer config
This commit is contained in:
parent
c6e1c7dbf7
commit
9945cff7b4
1 changed files with 2 additions and 3 deletions
|
|
@ -436,9 +436,8 @@ return {
|
|||
local lsp_settings = {
|
||||
rust_analyzer = {
|
||||
["rust-analyzer"] = {
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
checkOnSave = true,
|
||||
check = { command = "clippy" },
|
||||
},
|
||||
},
|
||||
gopls = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue