Merge pull request #2472 from indelog/indelog_vim9lsp

Add extension for yegappan/lsp
This commit is contained in:
Christian Brabandt
2021-11-26 10:31:26 +01:00
committed by GitHub
4 changed files with 47 additions and 2 deletions

View File

@@ -1468,6 +1468,18 @@ Unite <https://github.com/Shougo/unite.vim>
* enable/disable unite integration >
let g:airline#extensions#unite#enabled = 1
------------------------------------- *airline-vim9lsp*
vim9lsp <https://github.com/yegappan/lsp>
* enable/disable vim9lsp integration >
let airline#extensions#vim9lsp#enabled = 1
<
* vim9lsp error_symbol >
let airline#extensions#vim9lsp#error_symbol = 'E:'
<
* vim9lsp warning >
let airline#extensions#vim9lsp#warning_symbol = 'W:'
<
------------------------------------- *airline-vimagit*
vimagit <https://github.com/jreybert/vimagit>