This commit is contained in:
Abhinav Gauniyal 2017-05-21 13:29:53 +00:00 committed by GitHub
commit 586806bb3f

View File

@ -110,6 +110,9 @@ Plug 'fatih/vim-go', { 'tag': '*' }
" Plugin options " Plugin options
Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' } Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }
" Or a different git branch
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable'}
" Plugin outside ~/.vim/plugged with post-update hook " Plugin outside ~/.vim/plugged with post-update hook
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }