feat: language injections

This commit is contained in:
2024-06-10 18:30:00 +02:00
parent b24359b712
commit 552e85b6b6
10 changed files with 122 additions and 94 deletions

View File

@@ -23,11 +23,12 @@ in
filteredItems.visible = true;
};
popupBorderStyle = "rounded";
eventHandlers.file_opened = ''
function()
require('neo-tree').close_all()
end
'';
eventHandlers.file_opened = # lua
''
function()
require('neo-tree').close_all()
end
'';
};
which-key.registrations."<leader>f".t = "Tree";
};