mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
vim: ale: update fixers
This commit is contained in:
parent
4b19ff0f38
commit
f5f6133c53
|
@ -10,18 +10,20 @@ let g:ale_fixers = {
|
|||
\ 'json': ['prettier'],
|
||||
\ 'c': ['clang-format'],
|
||||
\ 'cpp': ['clang-format'],
|
||||
\ 'cmake': ['cmakeformat'],
|
||||
\ 'css': ['prettier'],
|
||||
\ 'html': ['prettier'],
|
||||
\ 'kotlin': ['ktlint'],
|
||||
\ 'markdown': ['prettier'],
|
||||
\ 'terraform': ['terraform'],
|
||||
\ 'java': ['eclipselsp'],
|
||||
\ 'yaml': ['prettier'],
|
||||
\ 'python': ['black', 'isort'],
|
||||
\ 'go': ['gofmt', 'goimports'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
\ 'sql': ['pgformatter'],
|
||||
\ 'java': ['clang-format'],
|
||||
\ 'javascript': ['prettier', 'eslint'],
|
||||
\ 'vue': ['prettier', 'eslint']
|
||||
\ 'vue': ['prettier', 'eslint'],
|
||||
\}
|
||||
let g:ale_fixers_aliases = {'vue': ['vue', 'javascript']}
|
||||
let g:ale_popup_menu_enabled = 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user