diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 18b060d..50c9cd9 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -9,21 +9,6 @@ return { -- add any options here }, }, - { - 'nvim-telescope/telescope-project.nvim', - dependencies = { - 'nvim-telescope/telescope.nvim', - }, - }, - { - { - 'akinsho/toggleterm.nvim', - version = '*', - opts = { - open_mapping = [[]], - }, - }, - }, { 'nvim-neo-tree/neo-tree.nvim', branch = 'v3.x',