diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index fd72c0b..d57eb5f 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -33,6 +33,7 @@ local lsps = { ["nil_ls"] = {}, ["tailwindcss"] = {}, ["templ"] = {}, + ["ts_ls"] = {}, ["rust_analyzer"] = {}, } diff --git a/neovim.nix b/neovim.nix index 6ef7b29..18d096f 100644 --- a/neovim.nix +++ b/neovim.nix @@ -41,6 +41,7 @@ nil tailwindcss-language-server templ + typescript-language-server rust-analyzer ];