mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 04:51:04 +00:00
Fix go to declaration by disabling typescript tools
This commit is contained in:
parent
97b89245f6
commit
803d6ad6a1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"pmizio/typescript-tools.nvim",
|
||||
enabled = false,
|
||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue