vim: new Pmenu highlighting

This commit is contained in:
Gabriel Ebner 2021-10-30 16:25:46 +02:00
parent 6b63a64749
commit 9f8800ae17
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -331,6 +331,8 @@ hi LspDiagnosticsUnderlineInformation gui=undercurl
hi LspDiagnosticsUnderlineHint gui=undercurl hi LspDiagnosticsUnderlineHint gui=undercurl
hi link SpecialChar Character hi link SpecialChar Character
hi Pmenu ctermfg=White ctermbg=235 guifg=#ffffff guibg=#101010
au syntax leaninfo setl scl=no au syntax leaninfo setl scl=no
inoremap <silent><expr> <C-Space> compe#complete() inoremap <silent><expr> <C-Space> compe#complete()