nvim: fix lsp preferred servers for nix and rust
This commit is contained in:
parent
3467be66d7
commit
a9d066a7d1
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ return {
|
|||
preferred_servers = {
|
||||
markdown = {},
|
||||
python = { "pyright" },
|
||||
rust = { "nil" },
|
||||
nix = { "nil" },
|
||||
rust = { "rust_analyzer" },
|
||||
go = { "gopls" },
|
||||
c = { "clangd" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue