Removed chadtree, fixed and added integrations with cmp
I felt that chadtree was bloated
This commit is contained in:
parent
939f96564c
commit
24fb0019f8
3 changed files with 11 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue