set better rust_analyser settings
This commit is contained in:
parent
5ad800e545
commit
b64fbc8143
1 changed files with 11 additions and 0 deletions
|
|
@ -461,6 +461,17 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
['rust-analyzer'] = {
|
||||
diagnostics = {
|
||||
styleLints = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue