mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-21 00:58:34 +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
|
||||
|
||||
Reference in New Issue
Block a user