1
0
Fork 0

neovim: Add :ALEOff command to disable ALE completely

This commit is contained in:
Jeremy Kaplan 2020-07-23 22:17:18 -07:00
commit 393d8c6fe9

View file

@ -138,6 +138,7 @@ map <silent> ;* :call fzf#run({
\ 'options': '+m', \ 'options': '+m',
\})<CR> \})<CR>
command ALEOff :let b:ale_fix_on_save = 0
let g:ale_sign_error = '!' let g:ale_sign_error = '!'
let g:ale_sign_warning = '?' let g:ale_sign_warning = '?'
let g:ale_echo_msg_format = '%linter%: %s' let g:ale_echo_msg_format = '%linter%: %s'