Closed roachsinai closed 4 years ago
Which highlight plug did you use? I think it might be its bug.
hmanx ~/tt » cat ~/.vimrc
" 定义快捷键的前缀,即<Leader>
let mapleader=" "
call plug#begin('~/.vim/plugged')
Plug 'nightsense/cosmic_latte' | Plug 'sainnhe/gruvbox-material'
call plug#end()
let g:gruvbox_material_background = 'soft'
set background=dark
colorscheme gruvbox-material
setting above still have this issue.
I couldn't reproduce your bug. Maybe you can try to add syntax on
into your .vimrc
or you can install a python syntax highlighting plug, for example, vim-polyglot
@zxYin Thanks for reply, add found I have a match for # %%
in syntax
folder.
Output of
hi Comment
: