Commit for generation 125

This commit is contained in:
2024-09-27 19:35:31 -04:00
parent 21e1bfe08e
commit 663dddf590
2 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,11 @@
event = [ "VimEnter" ];
pattern = [ "*" ];
}
{
command = "NvimTreeOpen";
event = [ "VimEnter" ];
pattern = [ "*" ];
}
{
command = "silent! mkview";
event = [ "BufWinLeave" ];