From 21c038baf5fa8e2052d4f2eda2bf53f26690710c Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 29 Sep 2024 13:52:19 +0200 Subject: [PATCH] neovim: add nil, nxd langauge servers couldn't get the mason installed one to work --- files/config/nvim/lua/plugins/lsp.lua | 2 ++ home/common/devel.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/files/config/nvim/lua/plugins/lsp.lua b/files/config/nvim/lua/plugins/lsp.lua index c7c4f6e..f317693 100644 --- a/files/config/nvim/lua/plugins/lsp.lua +++ b/files/config/nvim/lua/plugins/lsp.lua @@ -10,6 +10,8 @@ return { -- enabled = true, -- }, servers = { + nil_ls = {}, + nixd = {}, starpls = {}, yamlls = { settings = { diff --git a/home/common/devel.nix b/home/common/devel.nix index 3a49ea3..2ae0a64 100644 --- a/home/common/devel.nix +++ b/home/common/devel.nix @@ -13,6 +13,8 @@ just ldns minio-client + nil + nixd nixfmt-rfc-style nodejs_22 passage