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

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;