mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-04 08:41:31 +01:00
vim: disable ALE fix on save on git diffs
This commit is contained in:
parent
c137ef0e0f
commit
62c95b60d5
|
@ -87,6 +87,10 @@ syntax match jsonComment "\(/\*\)\|\(\*/\)"
|
||||||
hi def link jsonComment Comment
|
hi def link jsonComment Comment
|
||||||
|
|
||||||
|
|
||||||
|
augroup dotgit_diffs
|
||||||
|
au BufRead .git/*.diff let b:ale_fix_on_save=0
|
||||||
|
augroup END
|
||||||
|
|
||||||
augroup dvc
|
augroup dvc
|
||||||
au BufRead dvc.yaml let b:ale_fix_on_save=0
|
au BufRead dvc.yaml let b:ale_fix_on_save=0
|
||||||
au BufRead *.dvc let b:ale_fix_on_save=0
|
au BufRead *.dvc let b:ale_fix_on_save=0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user