diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index f7362af..fd72c0b 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -30,6 +30,7 @@ local lsps = { }, ["gopls"] = {}, ["htmx"] = {}, + ["nil_ls"] = {}, ["tailwindcss"] = {}, ["templ"] = {}, ["rust_analyzer"] = {}, diff --git a/neovim.nix b/neovim.nix index c997bb7..6ef7b29 100644 --- a/neovim.nix +++ b/neovim.nix @@ -38,6 +38,7 @@ gopls htmx-lsp lua-language-server + nil tailwindcss-language-server templ rust-analyzer