VIM: Adds vim-vinegar plugin

This plugin makes some changes to netrw that I think should be default.

The mapping I use most is - from any buffer to open it's directory
This commit is contained in:
Jonathan Hodgson 2020-09-26 17:37:49 +01:00
parent f9bb318e77
commit 4d75673fe0
3 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ if has('packages')
packadd! vim-json
packadd! vim-less
packadd! vim-tridactyl
packadd! vim-vinegar
endif
" Enables filetype detection as well as filetype specific indent rules and