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