aboutsummaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-09 14:04:21 +0800
committerGuangxiong Lin <[email protected]>2022-04-09 14:04:21 +0800
commit2b1c9e7b4e7e93883aacc3762c70921500704519 (patch)
tree5b91e0aed9f38c2e295a8f71c73dbb4e0a65c22c /.vim/after
parent144b3386e9efbcc52c4233e59f5995b0f0be0fc1 (diff)
downloaddotfiles-2b1c9e7b4e7e93883aacc3762c70921500704519.tar.gz
dotfiles-2b1c9e7b4e7e93883aacc3762c70921500704519.tar.bz2
dotfiles-2b1c9e7b4e7e93883aacc3762c70921500704519.zip
Enable integration of vim-lsp and airline
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/plugin/lsp.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim
index a5f6e73..512894b 100644
--- a/.vim/after/plugin/lsp.vim
+++ b/.vim/after/plugin/lsp.vim
@@ -1,6 +1,8 @@
let g:lsp_diagnostics_enabled = 0
let g:lsp_document_code_action_signs_enabled = 0
+let g:airline#extensions#lsp#enabled = 1
+
if executable('pylsp')
au User lsp_setup call lsp#register_server({
\ 'name': 'pylsp',