From aa16a2a000c92588df85ee1069e986fdda8849af Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 5 Feb 2019 03:35:44 +0100 Subject: Ale Error/Warning print --- plugin/perso.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugin/perso.vim b/plugin/perso.vim index 830fb6c..b26ed14 100755 --- a/plugin/perso.vim +++ b/plugin/perso.vim @@ -164,3 +164,13 @@ xmap ga (EasyAlign) " Start interactive EasyAlign for a motion/text object (e.g. gaip) nmap ga (EasyAlign) + + +" Ale message config : +let g:ale_echo_msg_error_str = 'E' +let g:ale_echo_msg_warning_str = 'W' +let g:ale_echo_msg_format = '[%linter%] %s [%severity%]' + +" Ale only on save +let g:ale_lint_on_text_changed = 'never' +let g:ale_lint_on_enter = 0 -- cgit v1.2.3