diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index d283ff1..7426ca2 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -28,6 +28,8 @@ local lsps = { }, }, ["gopls"] = {}, + ["htmx"] = {}, + ["templ"] = {}, ["rust_analyzer"] = {}, } diff --git a/neovim.nix b/neovim.nix index 853670e..bfd41f9 100644 --- a/neovim.nix +++ b/neovim.nix @@ -35,7 +35,9 @@ languageServers = with pkgs; [ gopls + htmx-lsp lua-language-server + templ rust-analyzer ];