switch neotree for oil

This commit is contained in:
Andre Schaf 2025-06-10 14:32:54 +02:00
parent c49aaeb82a
commit afd642e367
5 changed files with 36 additions and 24 deletions

8
lua/plugin/oil.lua Normal file
View file

@ -0,0 +1,8 @@
require("oil").setup {
view_options = {
-- Show files and directories that start with "."
show_hidden = true,
}
}