add elm format autofixing
This commit is contained in:
parent
263d740fb1
commit
e30785d1ad
1 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ in {
|
||||||
|
|
||||||
" ALE
|
" ALE
|
||||||
let g:ale_fix_on_save = 1
|
let g:ale_fix_on_save = 1
|
||||||
|
let g:ale_fixers = {
|
||||||
|
\ 'elm': ['elm-format', 'format']
|
||||||
|
\}
|
||||||
|
|
||||||
" Easymotion
|
" Easymotion
|
||||||
map / <Plug>(easymotion-sn)
|
map / <Plug>(easymotion-sn)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue