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",
|
"kotlin_language_server",
|
||||||
"terraformls",
|
"terraformls",
|
||||||
"tflint",
|
"tflint",
|
||||||
"tsserver",
|
|
||||||
"vimls",
|
"vimls",
|
||||||
"tsserver",
|
|
||||||
"rnix",
|
"rnix",
|
||||||
"marksman",
|
"marksman",
|
||||||
"asm_lsp",
|
"asm_lsp",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user