From d3ab3269c014a21badbe2278663f0d2218b5400a Mon Sep 17 00:00:00 2001 From: Blallo Date: Tue, 27 Sep 2022 18:06:07 +0200 Subject: [PATCH] Fix ALE --- config/before/ale.vim | 8 +++----- pack/vendor/start/ale | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/before/ale.vim b/config/before/ale.vim index 57a0385..5bf86d0 100644 --- a/config/before/ale.vim +++ b/config/before/ale.vim @@ -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 = ['│', '─', '╭', '╮', '╯', '╰'] diff --git a/pack/vendor/start/ale b/pack/vendor/start/ale index 5087246..560e634 160000 --- a/pack/vendor/start/ale +++ b/pack/vendor/start/ale @@ -1 +1 @@ -Subproject commit 5087246c8223712fa0097098e910951aba8603fb +Subproject commit 560e6340ce10ce90fac587096fb147eea43e624d