Compare commits

..

No commits in common. "cdaa2254792407da5948d3ce2b2bcb8142f63929" and "2b2dd2ebf3097506ba76921354d064ca7ac9adca" have entirely different histories.

2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.netrwhist
bundle/*
plugs/*

6
vimrc
View File

@ -70,11 +70,7 @@ hi link ALEWarningSign SyntasticWarningSign
" git diff in the sign column
Plug 'airblade/vim-gitgutter'
if has('signs')
set signcolumn=yes
else
let g:gitgutter_sign_column_always = 1
endif
let g:gitgutter_sign_column_always = 1
if has('python')
" format.vim - format with text objects