Commit for generation 106

This commit is contained in:
2024-09-26 16:07:03 -04:00
parent b9b1cd1cd8
commit 6fb2e2581c
3 changed files with 14 additions and 3 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1727380482,
"narHash": "sha256-14kGs+FaleLWlE2wjVTCyvZtDzsThSiOdmSWlnIXcOA=",
"lastModified": 1727380771,
"narHash": "sha256-HeDMYCS0pwcbruf7/34BaFzY17OgWpL+VMPlhp/mNm4=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path"
},

View File

@@ -15,6 +15,11 @@
key = "<F2>";
mode = "t";
}
{
action = "<C-w>h";
key = "<C-h>";
mode = "i";
}
{
action = "<C-w>h";
key = "<C-h>";

View File

@@ -1,6 +1,12 @@
{
plugins.nvim-tree = {
enable = true;
view.side = "right";
view = {
side = "right";
centralizeSelection = true;
number = true;
relativenumber = true;
width = 40;
};
};
}