Add typescript-tools.nvim plugin

This commit is contained in:
smashblu 2024-08-02 09:56:03 -07:00
parent 4f8a0df583
commit 1f0c034f6f
1 changed files with 5 additions and 1 deletions

View File

@ -240,7 +240,11 @@ require('lazy').setup({
-- you do for a plugin at the top level, you can do for a dependency.
--
-- Use the `dependencies` key to specify the dependencies of a particular plugin
{ -- https://github.com/pmizio/typescript-tools.nvim
'pmizio/typescript-tools.nvim',
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
opts = {},
},
{ -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim',
event = 'VimEnter',