vimrc: add vimtex highlighting groups
This commit is contained in:
parent
152a57b45d
commit
75e56e8607
10
.vim/vimrc
10
.vim/vimrc
@ -485,6 +485,16 @@ colo space_vim_theme " new fav highlighting
|
|||||||
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"]
|
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"]
|
||||||
execute "hi " s " cterm=italic"
|
execute "hi " s " cterm=italic"
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
" vimtex highlight groups
|
||||||
|
hi! link texMathEnvArgName texEnvArgName
|
||||||
|
hi! link texMathZone LocalIdent
|
||||||
|
hi! link texMathZoneEnv texMathZone
|
||||||
|
hi! link texMathZoneEnvStarred texMathZone
|
||||||
|
hi! link texMathZoneX texMathZone
|
||||||
|
hi! link texMathZoneXX texMathZone
|
||||||
|
hi! link texMathZoneEnsured texMathZone
|
||||||
|
|
||||||
set conceallevel=0 " for jsons
|
set conceallevel=0 " for jsons
|
||||||
set ttymouse=sgr " tmux mouse behaviour
|
set ttymouse=sgr " tmux mouse behaviour
|
||||||
set mouse=a " enable mouse in n,v,i,c,h modes
|
set mouse=a " enable mouse in n,v,i,c,h modes
|
||||||
|
Loading…
Reference in New Issue
Block a user