|
|
@ -22,7 +22,7 @@ endif |
|
|
|
" If you need Vim help for vim-plug itself (e.g. :help plug-options), register |
|
|
|
" If you need Vim help for vim-plug itself (e.g. :help plug-options), register |
|
|
|
" vim-plug as a plugin. |
|
|
|
" vim-plug as a plugin. |
|
|
|
Plug 'junegunn/vim-plug' |
|
|
|
Plug 'junegunn/vim-plug' |
|
|
|
Plug 'tpope/vim-fugitive' |
|
|
|
"Plug 'tpope/vim-fugitive' |
|
|
|
Plug 'tpope/vim-repeat' |
|
|
|
Plug 'tpope/vim-repeat' |
|
|
|
Plug 'tpope/vim-surround' |
|
|
|
Plug 'tpope/vim-surround' |
|
|
|
" Plugin 'vim-perl/vim-perl' |
|
|
|
" Plugin 'vim-perl/vim-perl' |
|
|
@ -66,6 +66,7 @@ Plug 'tomtom/tlib_vim' |
|
|
|
Plug 'garbas/vim-snipmate' |
|
|
|
Plug 'garbas/vim-snipmate' |
|
|
|
Plug 'ntpeters/vim-better-whitespace' |
|
|
|
Plug 'ntpeters/vim-better-whitespace' |
|
|
|
Plug '907th/vim-auto-save' |
|
|
|
Plug '907th/vim-auto-save' |
|
|
|
|
|
|
|
Plug 'junegunn/fzf.vim' |
|
|
|
|
|
|
|
|
|
|
|
" Git plugin not hosted on GitHub |
|
|
|
" Git plugin not hosted on GitHub |
|
|
|
Plug 'git://git.wincent.com/command-t.git' |
|
|
|
Plug 'git://git.wincent.com/command-t.git' |
|
|
|