Skip to content

Commit

Permalink
Merge pull request #33 from arcticicestudio/improvement/gh-32-auto-to…
Browse files Browse the repository at this point in the history
…ggle-sign-column

Enable sign column auto toggle
  • Loading branch information
arcticicestudio authored Aug 3, 2017
2 parents ed36f3b + 554f043 commit e08a776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ function! LightlineFilename()
endfunction

"+--- airblade/vim-gitgutter ---+
let g:gitgutter_sign_column_always = 1
let g:gitgutter_realtime = 1
let g:gitgutter_eager = 1

Expand Down Expand Up @@ -217,6 +216,9 @@ set magic
set mat=2
set shiftwidth=2
set showmatch

" Toggle the sign column automatically when there are signs available to display.
set signcolumn=auto
set smartindent
set smarttab
set softtabstop=2
Expand Down

0 comments on commit e08a776

Please sign in to comment.