Moved a lot of remaps to plugin files

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-18 18:09:38 +02:00
parent 26139670ff
commit 44e4e8addf
9 changed files with 55 additions and 43 deletions

View File

@@ -7,6 +7,9 @@ return {
"MunifTanjim/nui.nvim",
},
config = function()
vim.keymap.set("n", "<leader>n", "<cmd>Neotree toggle<CR>")
vim.keymap.set("n", "<leader>e", "<cmd>Neotree focus<CR>")
local neotree = require("neo-tree")
neotree.setup({