[nvim] Don't auto-format Zig
This commit is contained in:
parent
45abf36f9b
commit
206f81f05a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue