mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: update ALE configuration
This commit is contained in:
parent
b249ed88f3
commit
f1454a95f7
|
@ -59,6 +59,10 @@ let g:ale_fix_on_save = 1
|
||||||
let g:ale_completion_enabled = 1
|
let g:ale_completion_enabled = 1
|
||||||
" let g:ale_completion_autoimport = 1
|
" let g:ale_completion_autoimport = 1
|
||||||
|
|
||||||
|
let g:ale_lsp_show_message_severity = 'information'
|
||||||
|
let g:ale_lsp_suggestions = 1
|
||||||
|
let g:ale_rename_tsserver_find_in_comment = 1
|
||||||
|
|
||||||
let g:ale_sign_priority = 99
|
let g:ale_sign_priority = 99
|
||||||
let g:ale_sign_error = "xx"
|
let g:ale_sign_error = "xx"
|
||||||
let g:ale_sign_warning = ">>"
|
let g:ale_sign_warning = ">>"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user