diff options
| author | jdhao <jdhao@hotmail.com> | 2020-06-19 21:07:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-19 21:07:06 +0800 |
| commit | a6a61acab925b81b4dba15c2a7705b6059e5d469 (patch) | |
| tree | 599d2dc215b4da12583f113d92f3116774bacda7 /plugins.vim | |
| parent | 01b14b161d37b131236dc112a4fd685a9283723a (diff) | |
update ale setting
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index 3b466a8..9067839 100644 --- a/plugins.vim +++ b/plugins.vim @@ -597,7 +597,7 @@ let g:ale_linters = { let g:ale_linters_explicit = 1 " Linter signs -let g:ale_sign_error = '❌' +let g:ale_sign_error = 'x' let g:ale_sign_warning = '!' """""""""""""""""""""""""""""" neoformat settings """"""""""""""""""""""" |
