mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-18 14:46:37 +00:00
fix(vim-ale): update config for v3.2.0 + unicode fix
This commit is contained in:
@@ -6,10 +6,14 @@ let g:ale_lint_on_enter = 0
|
||||
" check on save
|
||||
let g:ale_lint_on_save = 1
|
||||
|
||||
" these emojis go in the sidebar for errors and warnings
|
||||
" other considerations: '💥' '☠' '●' '.'
|
||||
let g:ale_sign_error = '☢️'
|
||||
let g:ale_sign_warning = '⚡'
|
||||
" don't spam the virtual text ('disable' to disable)
|
||||
let g:ale_virtualtext_cursor = 'current'
|
||||
|
||||
" These emojis go in the sidebar for errors and warnings
|
||||
" other considerations: '💥' '☢️' '⚡' '☠' '●' '.'
|
||||
" Note: one- and two-byte characters are more compatible
|
||||
let g:ale_sign_error = '✘'
|
||||
let g:ale_sign_warning = '⚠️'
|
||||
|
||||
" show error count
|
||||
function! LinterStatus() abort
|
||||
|
||||
Reference in New Issue
Block a user