Update neovim configuration
This commit is contained in:
parent
ba744fe993
commit
82392b31a2
4 changed files with 13 additions and 12 deletions
|
|
@ -121,19 +121,9 @@ return {
|
|||
jsonls = {},
|
||||
bashls = { dependencies = "shellcheck" },
|
||||
kotlin_language_server = {},
|
||||
gopls = {},
|
||||
ts_ls = {},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
check = {
|
||||
command = "clippy",
|
||||
},
|
||||
rustfmt = {
|
||||
extraArgs = { "+nightly" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
svelte = {},
|
||||
arduino_language_server = {},
|
||||
ltex = {
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue