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 = {
|
local lsp_settings = {
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
checkOnSave = {
|
checkOnSave = true,
|
||||||
command = "clippy",
|
check = { command = "clippy" },
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gopls = {
|
gopls = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue