mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:40:05 +08:00
parent
1a74d45f6d
commit
9d05769cd1
@ -3,6 +3,7 @@ let g:ale_sign_error = get(g:, 'spacevim_error_symbol', '✖')
|
||||
let g:ale_sign_warning = get(g:,'spacevim_warning_symbol', '➤')
|
||||
let g:ale_sign_info = get(g:,'spacevim_info_symbol', '🛈')
|
||||
let g:ale_echo_msg_format = get(g:, 'ale_echo_msg_format', '%severity%: %linter%: %s')
|
||||
let g:ale_lint_on_save = get(g:, 'spacevim_lint_on_save', 1)
|
||||
|
||||
if g:spacevim_colorscheme == 'gruvbox'
|
||||
highlight link ALEErrorSign GruvboxRedSign
|
||||
|
Loading…
Reference in New Issue
Block a user