feat: neo-vim
This commit is contained in:
parent
0882efd1a3
commit
9de0a7116e
|
|
@ -23,6 +23,21 @@ return {
|
||||||
filtered_items = {
|
filtered_items = {
|
||||||
hide_dotfiles = false,
|
hide_dotfiles = false,
|
||||||
},
|
},
|
||||||
|
renderers = {
|
||||||
|
directory = {
|
||||||
|
{ 'indent' },
|
||||||
|
{ 'icon' },
|
||||||
|
{
|
||||||
|
'name',
|
||||||
|
use_git_status_colors = true,
|
||||||
|
zindex = 10,
|
||||||
|
highlight = 'NeoTreeDirectoryName',
|
||||||
|
callback = function(item)
|
||||||
|
return vim.fn.fnamemodify(item.path, ':t') -- Shows only the folder name
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue