Fix ALE
This commit is contained in:
parent
5129092c6f
commit
d3ab3269c0
|
@ -14,7 +14,7 @@ let g:ale_linters = {
|
|||
\ 'javascriptreact': ['eslint'],
|
||||
\ 'typescript': ['tsserver', 'tslint'],
|
||||
\ 'typescriptreact': ['tsserver', 'tslint'],
|
||||
\ 'python': ['pyls', 'pylint'],
|
||||
\ 'python': ['pyright'],
|
||||
\ 'rust': ['rls'],
|
||||
\ 'elixir': ['elixir-ls'],
|
||||
\ 'go': ['gopls'],
|
||||
|
@ -34,7 +34,7 @@ let g:ale_fixers = {
|
|||
\ 'typescript': ['prettier'],
|
||||
\ 'javascriptreact': ['prettier'],
|
||||
\ 'typescriptreact': ['prettier'],
|
||||
\ 'python': ['black', 'pyls'],
|
||||
\ 'python': ['black'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
\ 'elixir': ['mix_format'],
|
||||
\ 'graphql': ['prettier'],
|
||||
|
@ -71,7 +71,5 @@ let g:ale_linters_explicit = 1
|
|||
let g:ale_lint_on_save = 1
|
||||
let g:ale_fix_on_save = 1
|
||||
|
||||
" let g:ale_set_balloons = 1
|
||||
let g:ale_hover_to_preview = 1
|
||||
let g:ale_float_preview = 1
|
||||
let g:ale_floating_preview = 1
|
||||
let g:ale_floating_window_border = ['│', '─', '╭', '╮', '╯', '╰']
|
||||
|
|
2
pack/vendor/start/ale
vendored
2
pack/vendor/start/ale
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 5087246c8223712fa0097098e910951aba8603fb
|
||||
Subproject commit 560e6340ce10ce90fac587096fb147eea43e624d
|
Loading…
Reference in New Issue
Block a user