forked from nico/dots
nvim: fix nix lsp name
This commit is contained in:
parent
3db7c1ad5b
commit
f49dc05eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ return {
|
||||||
preferred_servers = {
|
preferred_servers = {
|
||||||
markdown = {},
|
markdown = {},
|
||||||
python = { "pyright" },
|
python = { "pyright" },
|
||||||
nix = { "nil" },
|
nix = { "nil_ls" },
|
||||||
rust = { "rust_analyzer" },
|
rust = { "rust_analyzer" },
|
||||||
go = { "gopls" },
|
go = { "gopls" },
|
||||||
c = { "clangd" },
|
c = { "clangd" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue