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:
parent
f336258322
commit
bd409f4ac0
1 changed files with 3 additions and 0 deletions
|
@ -53,8 +53,11 @@ call Plug('lifepillar/vim-mucomplete')
|
||||||
call Plug('mhinz/vim-signify')
|
call Plug('mhinz/vim-signify')
|
||||||
call Plug('scrooloose/nerdtree')
|
call Plug('scrooloose/nerdtree')
|
||||||
call Plug('sjl/vitality.vim')
|
call Plug('sjl/vitality.vim')
|
||||||
|
call Plug('tpope/vim-apathy')
|
||||||
call Plug('tpope/vim-commentary')
|
call Plug('tpope/vim-commentary')
|
||||||
|
call Plug('tpope/vim-dadbod')
|
||||||
call Plug('tpope/vim-endwise')
|
call Plug('tpope/vim-endwise')
|
||||||
|
call Plug('tpope/vim-eunuch')
|
||||||
call Plug('tpope/vim-fugitive')
|
call Plug('tpope/vim-fugitive')
|
||||||
call Plug('tpope/vim-repeat')
|
call Plug('tpope/vim-repeat')
|
||||||
call Plug('tpope/vim-rhubarb')
|
call Plug('tpope/vim-rhubarb')
|
||||||
|
|
Loading…
Reference in a new issue