feat: remove nvim-tree in favour of oil

This commit is contained in:
Matej Janezic 2023-05-21 21:53:16 +02:00
parent 6641160b9b
commit b86fd44312
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 0 additions and 22 deletions

View File

@ -145,26 +145,4 @@ return {
icons = { empty = '', filled = '', lsp_prefix = '' },
},
},
-- file menu
{
'nvim-tree/nvim-tree.lua',
config = function()
require('nvim-tree').setup {
renderer = {
icons = {
glyphs = require('circles').get_nvimtree_glyphs(),
},
},
filters = {
custom = {
'__pycache__',
},
},
git = {
ignore = false,
},
}
end,
},
}