refactor(nvim): improve neo-tree configuration
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
This commit is contained in:
parent
f666279ef3
commit
16faaec83d
@ -53,8 +53,12 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
enable_cursor_hijack = true,
|
||||||
filesystem = {
|
filesystem = {
|
||||||
use_libuv_file_watcher = true,
|
use_libuv_file_watcher = true,
|
||||||
|
filtered_items = {
|
||||||
|
visible = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user