add mapping to focus nvimtree (349)
This commit is contained in:
parent
b2ec48ef30
commit
ac83f1d580
3 changed files with 6 additions and 3 deletions
|
|
@ -158,6 +158,7 @@ end
|
|||
|
||||
M.nvimtree = function()
|
||||
map("n", plugin_maps.nvimtree.toggle, ":NvimTreeToggle <CR>", opt)
|
||||
map("n", plugin_maps.nvimtree.focus, ":NvimTreeFocus <CR>", opt)
|
||||
end
|
||||
|
||||
M.neoformat = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue