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

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727387948, "lastModified": 1727480126,
"narHash": "sha256-NlAdRYtXpFx6wO6rRo/cR7in0vbWU8WNHyn5huuEbn4=", "narHash": "sha256-pdqQUQ2RknjtkACOiWGvpAONmftx2Y6zeQpRkCkFaW4=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

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