Move flag to aaflags.vim

This commit is contained in:
Vladimir Marovic 2016-09-26 17:02:21 +02:00
parent 41c3ba17f8
commit e256cd6be9
2 changed files with 5 additions and 2 deletions

View File

@ -45,3 +45,8 @@ endif
if !exists('g:ale_warn_about_trailing_whitespace')
let g:ale_warn_about_trailing_whitespace = 1
endif
" This flag can be set to 1 to keep sign gutter always open
if !exists('g:ale_sign_column_always')
let g:ale_sign_column_always = 0
endif

View File

@ -4,8 +4,6 @@ endif
let g:loaded_ale_sign = 1
let g:ale_sign_column_always = 0
if !hlexists('ALEErrorSign')
highlight link ALErrorSign error
endif