removed old keymaps from keymap.lua and ported them to the specific plugin files
This commit is contained in:
parent
17540ab4bf
commit
f26a884830
5 changed files with 57 additions and 79 deletions
|
@ -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" })
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue