mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-23 04:21:26 +08:00
Move flag to aaflags.vim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user