refactor(nvim): improve neo-tree configuration
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s

This commit is contained in:
Price Hiller 2024-07-19 01:35:25 -05:00
parent f666279ef3
commit 16faaec83d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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 = {