Update neovim configs

This commit is contained in:
2025-08-05 16:19:18 -04:00
parent f404788868
commit 46ec7c60ee
9 changed files with 77 additions and 47 deletions

View File

@@ -0,0 +1,12 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
},
config = function()
vim.keymap.set('n', '<C-n>', ':Neotree filesystem reveal float<CR>')
end
}