Add a few more plugins from tpope's gallery

vim-apathy automatically sets Vim's 'path' option for various file
types, which helps a bunch of Vim commands usefully discover included
files (gf, :find, [i, and more).

vim-dadbod provides a :DB command, which can send queries through to a
wide variety of database management systems. This includes Redis, which
is awesome.

vim-eunuch provides Vim commands wrapping various UNIX functionality.
The most exciting are :SudoWrite and :SudoEdit, allowing a privileged
file to be edited and saved without having to 'sudo vim' up front.
This commit is contained in:
Danielle McLean 2018-10-11 15:42:35 +11:00
parent f336258322
commit bd409f4ac0
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 3 additions and 0 deletions

View File

@ -53,8 +53,11 @@ call Plug('lifepillar/vim-mucomplete')
call Plug('mhinz/vim-signify')
call Plug('scrooloose/nerdtree')
call Plug('sjl/vitality.vim')
call Plug('tpope/vim-apathy')
call Plug('tpope/vim-commentary')
call Plug('tpope/vim-dadbod')
call Plug('tpope/vim-endwise')
call Plug('tpope/vim-eunuch')
call Plug('tpope/vim-fugitive')
call Plug('tpope/vim-repeat')
call Plug('tpope/vim-rhubarb')