fix: load nvim lspconfig for typescript tools
This commit is contained in:
parent
ed85611e1f
commit
20c4b74119
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ return {
|
||||||
"typescript-tools.nvim",
|
"typescript-tools.nvim",
|
||||||
filetypes = { "typescriptreact", "typescript", "javascript", "svelte", "javascriptreact" },
|
filetypes = { "typescriptreact", "typescript", "javascript", "svelte", "javascriptreact" },
|
||||||
after = function()
|
after = function()
|
||||||
|
require("lz.n").trigger_load("nvim-lspconfig")
|
||||||
require("typescript-tools").setup()
|
require("typescript-tools").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue