mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Move ALE config and add error format
This commit is contained in:
parent
0b44494a41
commit
2a0813e0e6
@ -1,15 +1,21 @@
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
|
||||
let g:ale_fixers = {
|
||||
\ 'elixir': [
|
||||
\ 'mix_format'
|
||||
\ ],
|
||||
\ 'javascript': [
|
||||
\ 'remove_trailing_lines',
|
||||
\ 'trim_whitespace',
|
||||
\ 'eslint'
|
||||
\ 'eslint',
|
||||
\ 'prettier'
|
||||
\ ],
|
||||
\ 'json': [
|
||||
\ 'jq'
|
||||
\ ],
|
||||
\ 'ruby': [
|
||||
\ 'remove_trailing_lines',
|
||||
\ 'trim_whitespace',
|
||||
\ 'rubocop'
|
||||
\ ],
|
||||
\ 'json': [
|
||||
\ 'jq'
|
||||
\ ]
|
||||
\}
|
||||
Loading…
Reference in New Issue
Block a user