feat(nvim): add rnix LSP for Nix files
This commit is contained in:
parent
f64b58d6f5
commit
85db57210d
|
@ -24,6 +24,7 @@
|
|||
php81Packages.phpcbf
|
||||
php81Packages.phpcs
|
||||
php81Packages.phpstan
|
||||
rnix-lsp
|
||||
shellcheck
|
||||
];
|
||||
|
||||
|
|
|
@ -76,6 +76,7 @@ local servers = {
|
|||
gopls = true,
|
||||
html = true,
|
||||
-- intelephense = true
|
||||
rnix = true,
|
||||
tsserver = true,
|
||||
vuels = true,
|
||||
yamlls = true,
|
||||
|
|
Loading…
Reference in a new issue