[nvim] Don't auto-format Zig

This commit is contained in:
Midgard 2023-01-13 18:36:17 +01:00
parent 45abf36f9b
commit 206f81f05a
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -685,6 +685,8 @@ let g:ale_python_mypy_options='--python-executable venv/bin/python'
let g:ale_python_pylint_auto_pipenv=1
let g:ale_python_pylint_options='--rcfile $HOME/.config/pylintrc'
let g:ale_zig_zigfmt_executable='/bin/true'
let g:ale_completion_enabled=0
"let g:ale_completion_enabled=1