neovim: Add :ALEOff command to disable ALE completely
This commit is contained in:
parent
6ed0717490
commit
393d8c6fe9
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue