mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-16 01:01:36 +00:00
change nvim tree mapping
This commit is contained in:
@ -361,4 +361,13 @@ M.lspconfig = {
|
||||
},
|
||||
}
|
||||
|
||||
M.nvimtree = {
|
||||
plugin = true,
|
||||
|
||||
n = {
|
||||
-- toggle
|
||||
["<leader>e"] = { "<cmd> NvimTreeToggle <CR>", "Toggle nvimtree" },
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
@ -267,7 +267,8 @@ local plugins = {
|
||||
keys = {
|
||||
{
|
||||
mode = { "v", "n" },
|
||||
"<Leader>m",
|
||||
--[[ "<Leader>m", ]]
|
||||
"<C-n>",
|
||||
"<cmd>MCstart<cr>",
|
||||
desc = "Create a selection for selected text or word under the cursor",
|
||||
},
|
||||
|
Reference in New Issue
Block a user