vim-lsp definitions

This commit is contained in:
ManjaroOne666 2018-06-08 12:24:10 +01:00
parent aab1f234a1
commit db2096eb23
1 changed files with 12 additions and 0 deletions

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
"""""""""""""""""""""""""""""""""""""""""