This commit is contained in:
Kopatz
2024-05-16 21:14:30 +02:00
parent 55b15b92ff
commit 38bfbe82c6
23 changed files with 595 additions and 101 deletions

View File

@@ -0,0 +1,11 @@
{
plugins.nvim-tree = {
enable = true;
openOnSetup = true;
autoReloadOnWrite = true;
tab.sync = {
close = true;
open = true;
};
};
}