Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Plugify: the gerrit plugins (except mine)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Sep 12, 2016
1 parent de874fe commit be5c3b3
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,14 @@ endif

" }}}3

" Gerrit Integration: ...maybe we can make life easier {{{2

Plug 'stargrave/gerrvim', { 'on': [] }

if has('python')
Plug 'itissid/gv', { 'on': ['GvShowChanges','GvShowStatus'] }
endif

" TweetVim: {{{2

Plug 'basyura/twibill.vim'
Expand Down Expand Up @@ -1325,19 +1333,6 @@ NeoBundleLazy 'NLKNguyen/pipe-mysql.vim', {
\ 'verbose': 1,
\}

" Gerrit Code Review: ...maybe we can make life easier {{{2

NeoBundleLazy 'stargrave/gerrvim'

NeoBundleLazy 'itissid/gv', {
\ 'disable': !has('python'),
\ 'autoload': {
\ 'commands': ['GvShowChanges','GvShowStatus'],
\ 'functions': 'gv#',
\ },
\ 'verbose': 1,
\}

" VimGitLog: lazy {{{2
NeoBundleLazy 'kablamo/vim-git-log', { 'autoload': { 'commands': 'GitLog' }, 'verbose': 1 }

Expand Down

0 comments on commit be5c3b3

Please sign in to comment.