fix: neotree
This commit is contained in:
parent
9d098d2467
commit
402f40a433
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
filtered_items = {
|
||||||
|
visible = true,
|
||||||
|
hide_dotfiles = false,
|
||||||
|
hide_gitignored = true,
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
['\\'] = 'close_window',
|
['\\'] = 'close_window',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue