Commit for generation 114

This commit is contained in:
2024-09-26 17:53:42 -04:00
parent 0589fa1963
commit e002eecb3c
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,10 @@
enable = true;
hijackUnnamedBufferWhenOpening = true;
openOnSetup = true;
onAttach = ''
onAttach = { __raw = ''
local api = require('nvim-tree.api')
vim.keymap.set('n', 'b', api.node.open.preview, opts('Open Preview'))
'';
''; };
view = {
side = "right";
centralizeSelection = true;