mysetup
This commit is contained in:
parent
23773900d9
commit
c3fd818340
5 changed files with 69 additions and 6 deletions
5
lua/custom/plugins/tsserver.lua
Normal file
5
lua/custom/plugins/tsserver.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'pmizio/typescript-tools.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue