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
Jonathan Hodgson 4 years ago
parent e55d70c432
commit a7795451a5
  1. 3
      .gitmodules
  2. 1
      nvim/.config/nvim/init.vim
  3. 1
      nvim/.config/nvim/pack/bundle/opt/vim-vinegar

3
.gitmodules vendored

@ -34,3 +34,6 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/vim-json"]
path = nvim/.config/nvim/pack/bundle/opt/vim-json
url = https://github.com/elzr/vim-json
[submodule "nvim/.config/nvim/pack/bundle/opt/vim-vinegar"]
path = nvim/.config/nvim/pack/bundle/opt/vim-vinegar
url = https://github.com/tpope/vim-vinegar

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

@ -0,0 +1 @@
Subproject commit 5fee9d230ec4a6a16c45f2c71482595e4d9a67bd
Loading…
Cancel
Save