Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Configure signcolumn to automatically toggle
Browse files Browse the repository at this point in the history
Vim 8 adds a new option where the sign column can be always visible
(yes), always hidden (no) or automatically toggled (auto) when signs are
available to display. Prefer the more generic option over the plugin
specific one, and set to automatically toggle.

More details:
arcticicestudio/igloo#32
airblade/vim-gitgutter@dc73a81
airblade/vim-gitgutter#431 (comment)
  • Loading branch information
jamesiain committed Feb 28, 2018
1 parent 00a0bc1 commit 92d39dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let g:airline_symbols.branch = ''
let g:airline_symbols.readonly = ''
let g:airline_symbols.linenr = ''

let g:gitgutter_sign_column_always = 1
set signcolumn=auto

let g:vimwiki_list = [{'path': '~/.vimwiki',
\ 'syntax': 'markdown', 'ext': '.md'}]
Expand Down

0 comments on commit 92d39dc

Please sign in to comment.