diff --git a/config/neovim/lua/opdavies/lsp/init.lua b/config/neovim/lua/opdavies/lsp/init.lua index 448fee0..396b6a9 100644 --- a/config/neovim/lua/opdavies/lsp/init.lua +++ b/config/neovim/lua/opdavies/lsp/init.lua @@ -28,6 +28,7 @@ lsp.setup_servers({ 'dockerls', 'html', 'jsonls', + 'nixd', 'phpactor', 'tailwindcss', 'terraformls', diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index b426da8..c63b325 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -209,6 +209,7 @@ in gopls html-tidy lua53Packages.lua-lsp + nixd nodePackages."@astrojs/language-server" nodePackages."@tailwindcss/language-server" nodePackages.bash-language-server