refactor(nvim): replace tsserver with typescript tools
This commit is contained in:
parent
5ec1ddb4a0
commit
64c6923f58
@ -321,9 +321,7 @@ for _, server in ipairs({
|
||||
"kotlin_language_server",
|
||||
"terraformls",
|
||||
"tflint",
|
||||
"tsserver",
|
||||
"vimls",
|
||||
"tsserver",
|
||||
"rnix",
|
||||
"marksman",
|
||||
"asm_lsp",
|
||||
|
@ -168,6 +168,12 @@ lazy.setup({
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"pmizio/typescript-tools.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
},
|
||||
|
||||
-- Show code actions
|
||||
{
|
||||
"kosayoda/nvim-lightbulb",
|
||||
|
Loading…
x
Reference in New Issue
Block a user