Download:
child 143:49c7e43903f9
parent 141:66e31ac77c94
142:0c326ee38ba2
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Dec 2016 13:44:17 +0800
.vimrc: signify is OK

2 файлов изменено, 4 вставок(+), 0 удалений(-) [+]
.vim/bundle/urls file | annotate | diff | comparison | revisions
.vimrc file | annotate | diff | comparison | revisions
--- a/.vim/bundle/urls Thu Dec 22 13:41:34 2016 +0800
+++ b/.vim/bundle/urls Thu Dec 22 13:44:17 2016 +0800
@@ -1,4 +1,5 @@
https://github.com/ctrlpvim/ctrlp.vim
+https://github.com/mhinz/vim-signify
https://github.com/scrooloose/syntastic
https://github.com/tomasr/molokai
https://github.com/vim-airline/vim-airline
--- a/.vimrc Thu Dec 22 13:41:34 2016 +0800
+++ b/.vimrc Thu Dec 22 13:44:17 2016 +0800
@@ -107,6 +107,9 @@
let g:syntastic_javascript_checkers=["jshint"]
let g:syntastic_javascript_jshint_exec="~/node_modules/jshint/bin/jshint"
+" signify
+let g:signify_vcs_list = ["git", "hg"]
+
" vim-ansible
let g:ansible_attribute_highlight="ab"
let g:ansible_extra_keywords_highlight=1