neovim: add nil, nxd langauge servers

couldn't get the mason installed one to work
This commit is contained in:
Daniel Lundin 2024-09-29 13:52:19 +02:00
parent 2d58c4714a
commit 21c038baf5
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@ return {
-- enabled = true, -- enabled = true,
-- }, -- },
servers = { servers = {
nil_ls = {},
nixd = {},
starpls = {}, starpls = {},
yamlls = { yamlls = {
settings = { settings = {

View file

@ -13,6 +13,8 @@
just just
ldns ldns
minio-client minio-client
nil
nixd
nixfmt-rfc-style nixfmt-rfc-style
nodejs_22 nodejs_22
passage passage