add mapping to focus nvimtree (349)

This commit is contained in:
siduck76 2021-08-23 16:44:52 +05:30
parent b2ec48ef30
commit ac83f1d580
3 changed files with 6 additions and 3 deletions

View file

@ -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()