better structure

This commit is contained in:
2025-10-19 00:14:19 +02:00
parent 057afc086e
commit 8733656ed9
630 changed files with 81 additions and 137 deletions

View File

@@ -0,0 +1,18 @@
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
filtered_items = {
hide_dotfiles = false, -- show dotfiles
hide_gitignored = false, -- show gitignored files
},
follow_current_file = {
enabled = true, -- focus on the current file in the tree
},
use_libuv_file_watcher = true, -- use libuv for file watching
},
window = {
width = 25,
},
},
}