Commit for generation 114

This commit is contained in:
2024-09-26 17:50:29 -04:00
parent 0128b3f772
commit e37c55e7bf
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"
},
"locked": {
"lastModified": 1727386921,
"narHash": "sha256-qdTY7KWB0+7QZQKT85OcZRj56aG/3o8ILLnYBvEVihA=",
"lastModified": 1727387422,
"narHash": "sha256-+08lgffyOjvFklHzfzhLogcosm63yAQ+LKHHrwsz0FY=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path"
},

View File

@@ -1,6 +1,11 @@
{
plugins.nvim-tree = {
enable = true;
hijackUnnamedBufferWhenOpening = true;
openOnSetup = true;
onAttach = ''
vim.keymap.set('n', 'b', api.node.open.preview, opts('Open Preview'))
'';
view = {
side = "right";
centralizeSelection = true;