Compare commits
No commits in common. "cdaa2254792407da5948d3ce2b2bcb8142f63929" and "2b2dd2ebf3097506ba76921354d064ca7ac9adca" have entirely different histories.
cdaa225479
...
2b2dd2ebf3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
.netrwhist
|
.netrwhist
|
||||||
bundle/*
|
plugs/*
|
||||||
|
6
vimrc
6
vimrc
@ -70,11 +70,7 @@ hi link ALEWarningSign SyntasticWarningSign
|
|||||||
|
|
||||||
" git diff in the sign column
|
" git diff in the sign column
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
if has('signs')
|
let g:gitgutter_sign_column_always = 1
|
||||||
set signcolumn=yes
|
|
||||||
else
|
|
||||||
let g:gitgutter_sign_column_always = 1
|
|
||||||
endif
|
|
||||||
|
|
||||||
if has('python')
|
if has('python')
|
||||||
" format.vim - format with text objects
|
" format.vim - format with text objects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user