nvim: delete old nvim-tree
This commit is contained in:
parent
203556ba97
commit
c47d4a5d28
1 changed files with 0 additions and 7 deletions
|
@ -294,13 +294,6 @@ return require('packer').startup({function()
|
||||||
require('blake.other').gitsigns()
|
require('blake.other').gitsigns()
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
-- use { -- nvim-tree: file manager
|
|
||||||
-- 'kyazdani42/nvim-tree.lua',
|
|
||||||
-- requires = { 'kyazdani42/nvim-web-devicons' },
|
|
||||||
-- config = function()
|
|
||||||
-- require('blake.other').nvimtree()
|
|
||||||
-- end
|
|
||||||
-- }
|
|
||||||
use { -- toggleterm: terminal
|
use { -- toggleterm: terminal
|
||||||
'akinsho/toggleterm.nvim',
|
'akinsho/toggleterm.nvim',
|
||||||
branch = 'main',
|
branch = 'main',
|
||||||
|
|
Loading…
Add table
Reference in a new issue