Removed chadtree, fixed and added integrations with cmp

I felt that chadtree was bloated
This commit is contained in:
PowerUser64 2021-09-06 21:21:51 -07:00
parent 939f96564c
commit 24fb0019f8
3 changed files with 11 additions and 17 deletions

View file

@ -105,23 +105,12 @@ return require('packer').startup(function()
-- require('other').gitsigns()
-- end
}
-- use { -- file manager
-- 'kyazdani42/nvim-tree.lua',
-- requires = 'kyazdani42/nvim-web-devicons',
-- config = function()
-- require('other').nvimtree()
-- end
-- }
use { -- new file manager
'ms-jpq/chadtree',
branch = 'chad',
run = 'python3 -m chadtree deps',
use { -- file manager
'kyazdani42/nvim-tree.lua',
requires = 'kyazdani42/nvim-web-devicons',
config = function()
require('other').chadtree()
require('other').nvimtree()
end
-- config = funciton ()
-- vim.cmd 'nnoremap <leader>v <cmd>CHADopen<cr>'
-- end
}
use { -- terminal
"akinsho/toggleterm.nvim",