vim-lsp definitions
This commit is contained in:
parent
aab1f234a1
commit
db2096eb23
|
@ -446,6 +446,18 @@ hi! def link jsonValue String
|
||||||
hi! def link jsonQuote Noise
|
hi! def link jsonQuote Noise
|
||||||
""}}}
|
""}}}
|
||||||
|
|
||||||
|
"" #plugins
|
||||||
|
"{{{
|
||||||
|
"" #vim-lsp
|
||||||
|
"{{{
|
||||||
|
hi def link LspErrorText Error
|
||||||
|
hi LspWarningText guifg=#ee7777 cterm=bold gui=bold
|
||||||
|
hi LspInformationText guifg=#444444 cterm=bold gui=bold
|
||||||
|
hi LspHintText guifg=#888888 cterm=bold gui=bold
|
||||||
|
"}}}
|
||||||
|
|
||||||
|
"}}}
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
" following are to be done
|
" following are to be done
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
Loading…
Reference in New Issue