mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
disabeld: git-gutter
This commit is contained in:
parent
04f75adcb6
commit
f6be3f58c8
2 changed files with 6 additions and 0 deletions
|
|
@ -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
5
vimrc
|
|
@ -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') "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue