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