mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(vim): don't "fix" elm.json indentation
This commit is contained in:
@@ -202,7 +202,10 @@ let g:ale_fixers = {
|
|||||||
\ 'rust': ['rustfmt']
|
\ 'rust': ['rustfmt']
|
||||||
\}
|
\}
|
||||||
let g:ale_set_quickfix = 1
|
let g:ale_set_quickfix = 1
|
||||||
|
|
||||||
let g:ale_fix_on_save = 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
|
let g:ale_completion_enabled = 1
|
||||||
|
|
||||||
"if exists("g:loaded_airline")
|
"if exists("g:loaded_airline")
|
||||||
|
|||||||
Reference in New Issue
Block a user