ada
blallo 2022-09-27 18:06:07 +02:00
parent 5129092c6f
commit d3ab3269c0
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 4 additions and 6 deletions

View File

@ -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 = ['│', '─', '╭', '╮', '╯', '╰']

@ -1 +1 @@
Subproject commit 5087246c8223712fa0097098e910951aba8603fb
Subproject commit 560e6340ce10ce90fac587096fb147eea43e624d