neovim: add nil, nxd langauge servers
couldn't get the mason installed one to work
This commit is contained in:
parent
2d58c4714a
commit
21c038baf5
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ return {
|
|||
-- enabled = true,
|
||||
-- },
|
||||
servers = {
|
||||
nil_ls = {},
|
||||
nixd = {},
|
||||
starpls = {},
|
||||
yamlls = {
|
||||
settings = {
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
just
|
||||
ldns
|
||||
minio-client
|
||||
nil
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
nodejs_22
|
||||
passage
|
||||
|
|
Loading…
Reference in a new issue