removed old keymaps from keymap.lua and ported them to the specific plugin files

This commit is contained in:
piecka 2024-09-04 10:53:55 +02:00
parent 17540ab4bf
commit f26a884830
5 changed files with 57 additions and 79 deletions

View file

@ -112,4 +112,8 @@ return {
"3rd/image.nvim",
},
},
-- ─< Toggle NvimTree >─────────────────────────────────────────────────────────────────
vim.keymap.set("n", "<leader>e", ":Neotree toggle<CR>", { noremap = true, silent = true, desc = "[e]xplorer" })
}