1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(vim): don't "fix" elm.json indentation

This commit is contained in:
2021-08-03 18:19:22 +02:00
parent 60e44ae4eb
commit d3e3bf92eb

View File

@@ -202,7 +202,10 @@ let g:ale_fixers = {
\ 'rust': ['rustfmt']
\}
let g:ale_set_quickfix = 1
let g:ale_fix_on_save = 1
autocmd bufnewfile,bufread elm.json let g:ale_fix_on_save = 0
let g:ale_completion_enabled = 1
"if exists("g:loaded_airline")