disabeld: git-gutter

This commit is contained in:
Loic Nageleisen 2013-12-13 09:49:09 +01:00
parent 04f75adcb6
commit f6be3f58c8
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Bundle 'scrooloose/nerdtree'
"Bundle 'ervandew/supertab' "Bundle 'ervandew/supertab'
Bundle 'scrooloose/syntastic' Bundle 'scrooloose/syntastic'
"Bundle 'majutsushi/tagbar' "Bundle 'majutsushi/tagbar'
"Bundle 'airblade/vim-gitgutter'
Bundle 'kchmck/vim-coffee-script' Bundle 'kchmck/vim-coffee-script'
Bundle 'vim-scripts/glsl.vim' Bundle 'vim-scripts/glsl.vim'

5
vimrc
View file

@ -46,6 +46,11 @@ let g:airline_symbols.whitespace = 'Ξ'
"let g:airline_symbols.readonly = '⭤' "let g:airline_symbols.readonly = '⭤'
"let g:airline_symbols.linenr = '⭡' "let g:airline_symbols.linenr = '⭡'
"gitgutter
"let g:gitgutter_highlight_lines = 1
let g:gitgutter_escape_grep = 1
let g:gitgutter_diff_args = '-w'
"let g:gitgutter_signs = 0
let g:solarized_visibility="low" let g:solarized_visibility="low"
if !has('gui_running') " if !has('gui_running') "