aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim
index ae5f203..1aaee35 100644
--- a/.vim/after/plugin/lsp.vim
+++ b/.vim/after/plugin/lsp.vim
@@ -8,6 +8,10 @@ packadd vim-lsp
packadd vim-lsp-snippets
packadd vim-lsp-ultisnips
+" This package will help enable diagnostic config of vim-lsp and then it
+" can help send the result to ALE. Pay attention of the loading order.
+packadd vim-lsp-ale
+
if executable('pylsp')
au User lsp_setup call lsp#register_server({
\ 'name': 'pylsp',