Initial new commit

This commit is contained in:
DavidOnTop 2025-05-08 19:00:25 +02:00
commit c46ad3d427
Signed by: DavidOnTop
GPG key ID: 8D3E9A75E3E13D89
22 changed files with 2401 additions and 0 deletions

7
lua/plugins/neotree.lua Executable file
View file

@ -0,0 +1,7 @@
require("neo-tree").setup({
source_selector = {
winbar = true,
statusline = false,
},
})