Disable fix on save
This commit is contained in:
parent
715838ae3d
commit
4c4f0b5be3
2
vimrc
2
vimrc
@ -43,7 +43,7 @@ let g:ale_linters = {
|
||||
\ 'rust': ['analyzer'],
|
||||
\}
|
||||
let g:ale_completion_enabled = 1
|
||||
let g:ale_fix_on_save = 1
|
||||
let g:ale_fix_on_save = 0
|
||||
let g:ale_hover_to_preview = 1
|
||||
let g:ale_cpp_clangcheck_options = '--analyzer-output text'
|
||||
let g:ale_rust_cargo_check_all_targets = 1
|
||||
|
Loading…
Reference in New Issue
Block a user