forked from nico/dots
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 = {
|
preferred_servers = {
|
||||||
markdown = {},
|
markdown = {},
|
||||||
python = { "pyright" },
|
python = { "pyright" },
|
||||||
rust = { "nil" },
|
nix = { "nil" },
|
||||||
|
rust = { "rust_analyzer" },
|
||||||
go = { "gopls" },
|
go = { "gopls" },
|
||||||
c = { "clangd" },
|
c = { "clangd" },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue