Move flag to aaflags.vim
This commit is contained in:
parent
41c3ba17f8
commit
e256cd6be9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user