From 75e56e8607d5040f621e9c58a9cf5eade77cbfdf Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 29 May 2021 21:22:54 +0200 Subject: [PATCH] vimrc: add vimtex highlighting groups --- .vim/vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index c4d349b..4c280e0 100644 --- a/.vim/vimrc +++ b/.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"] 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