Add extention for yegappan/lsp

Show errors and warnigs with yegappans/lsp plugin.
This commit is contained in:
Indelog
2021-11-10 17:56:07 +01:00
parent 4b96f58902
commit 8df0f3db4b
4 changed files with 47 additions and 2 deletions

View File

@@ -1460,6 +1460,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>