This commit is contained in:
2026-02-06 13:38:25 -06:00
parent e1a0c21a6e
commit 4126124208
8 changed files with 71 additions and 15 deletions

3
lua/config/maps.lua Normal file
View File

@@ -0,0 +1,3 @@
local map = vim.keymap.set
map("n", "<leader>e", "<cmd>NvimTreeToggle<CR>", { desc = "NvimTree" })