Skip to content

Commit

Permalink
vim: add signify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharre committed Jun 9, 2019
1 parent 8d4b997 commit bdccf9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "vim-signify"]
path = .vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify.git
1 change: 1 addition & 0 deletions .vim/bundle/vim-signify
Submodule vim-signify added at ac23bd
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ set laststatus=2
let g:airline_theme = 'powerlineish'
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#fnamemod = ':t'
let g:airline#extensions#hunks#non_zero_only = 1
" only enable trailing whitespace checking
let g:airline#extensions#whitespace#checks = [ 'trailing' ]
let g:airline#extensions#wordcount#enabled = 0 " extremely slow on bigger files
Expand Down Expand Up @@ -212,6 +213,8 @@ let g:vim_markdown_math = 1
" hexmode
let g:hexmode_patterns = '*.bin,*.exe,*.dat,*.rom'

" signify
let g:signify_realtime = 1
" }}}

" vim:fdm=marker

0 comments on commit bdccf9c

Please sign in to comment.