feat(nvim): add rnix LSP for Nix files

This commit is contained in:
Oliver Davies 2022-10-03 17:47:17 +01:00
parent f64b58d6f5
commit 85db57210d
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
php81Packages.phpcbf php81Packages.phpcbf
php81Packages.phpcs php81Packages.phpcs
php81Packages.phpstan php81Packages.phpstan
rnix-lsp
shellcheck shellcheck
]; ];

View file

@ -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,