vimrc: add vimtex highlighting groups

This commit is contained in:
surtur 2021-05-29 21:22:54 +02:00
parent 152a57b45d
commit 75e56e8607
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -485,6 +485,16 @@ colo space_vim_theme " new fav highlighting
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"]
execute "hi " s " cterm=italic"
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 ttymouse=sgr " tmux mouse behaviour
set mouse=a " enable mouse in n,v,i,c,h modes