refactor(nvim): replace tsserver with typescript tools

This commit is contained in:
Price Hiller 2023-06-25 14:07:14 -05:00
parent 5ec1ddb4a0
commit 64c6923f58
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -321,9 +321,7 @@ for _, server in ipairs({
"kotlin_language_server", "kotlin_language_server",
"terraformls", "terraformls",
"tflint", "tflint",
"tsserver",
"vimls", "vimls",
"tsserver",
"rnix", "rnix",
"marksman", "marksman",
"asm_lsp", "asm_lsp",

View File

@ -168,6 +168,12 @@ lazy.setup({
end, end,
}, },
{
"pmizio/typescript-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
opts = {},
},
-- Show code actions -- Show code actions
{ {
"kosayoda/nvim-lightbulb", "kosayoda/nvim-lightbulb",