Skip to content

Commit

Permalink
vim: add signify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Apr 5, 2013
1 parent 5a2e580 commit 1299cf2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@
[submodule "vim/vim/bundle/visincr"]
path = vim/vim/bundle/visincr
url = https://github.com/vim-scripts/VisIncr.git
[submodule "vim/vim/bundle/vim-signify"]
path = vim/vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify.git
1 change: 1 addition & 0 deletions vim/vim/bundle/vim-signify
Submodule vim-signify added at e0c619
6 changes: 5 additions & 1 deletion vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ let g:protodefprotogetter = expand('~/.vim/bundle/protodef/pullproto.pl')
let g:protodefctagsexe = g:ctagsbin

" Quickfixsigns {{{2
let g:quickfixsigns_classes = ['qfl', 'loc', 'marks', 'vcsdiff', 'breakpoints']
let g:quickfixsigns_classes = ['qfl', 'loc', 'marks', 'breakpoints']
let g:quickfixsigns_blacklist_buffer = '\v(^__.*__$)|(^NERD_tree.*)|(^$)'
let g:quickfixsigns_icons = {}
" exclude 'p' and 'l' because of xptemplate
Expand Down Expand Up @@ -1515,6 +1515,10 @@ augroup ScreenShellExit
autocmd User * call <SID>ScreenShellListener()
augroup END

" Signify {{{2
let g:signify_vcs_list = ['git']
let g:signify_sign_overwrite = 0

" Splice {{{2
let g:splice_initial_diff_grid = 1
let g:splice_initial_diff_compare = 1
Expand Down

0 comments on commit 1299cf2

Please sign in to comment.