diff --git a/init.lua b/init.lua index f4a1b6f2..2ad0f16b 100644 --- a/init.lua +++ b/init.lua @@ -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',