mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Add typescript-tools
This commit is contained in:
parent
6d847eed2e
commit
d7b1c68d46
1 changed files with 5 additions and 0 deletions
5
lua/plugins/typescript-tools.lua
Normal file
5
lua/plugins/typescript-tools.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"pmizio/typescript-tools.nvim",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue