Adding my information

This commit is contained in:
Carlos
2025-06-13 11:13:36 -04:00
parent e1a1c9f82a
commit 031b49ac77
7 changed files with 252 additions and 127 deletions

View File

@@ -71,12 +71,6 @@ return {
-- Navigate Forward (Enter a Folder)
vim.keymap.set("n", "<leader>f", api.tree.change_root_to_node, opts)
-- Reload the tree (useful when files are added/removed)
vim.keymap.set("n", "l", function()
api.tree.reload() -- Reload the tree
print("NvimTree reloaded!") -- Optional confirmation message
end, opts)
-- File Management keybindings
vim.keymap.set("n", "a", function() -- Add a new file
vim.cmd("set modifiable") -- Ensure modifiable mode is on