nvim: better nvimtree keybinds

TODO: add a bind to open it
This commit is contained in:
PowerUser64 2021-10-06 23:24:33 -07:00
parent 3cec380a34
commit 53d7246381
3 changed files with 71 additions and 60 deletions

View file

@ -153,3 +153,4 @@ vim.cmd [[
au InsertLeave * match ExtraWhitespace /\s\+$/
au BufWinLeave * call clearmatches()
]]