vim-lsp definitions

This commit is contained in:
ManjaroOne666 2018-06-08 12:24:10 +01:00
commit db2096eb23

View file

@ -446,6 +446,18 @@ hi! def link jsonValue String
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
"""""""""""""""""""""""""""""""""""""""""