diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/colors/akr.vim | 1 | ||||
-rw-r--r-- | vim/.vim/ftplugin/tex.vim | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index 622585b..cb1e0c4 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -93,6 +93,7 @@ hi texBeginEnd gui=NONE guifg=#aadb0f guibg=NONE hi texSubscript gui=NONE guifg=NONE guibg=#000000 hi texSuperscript gui=NONE guifg=NONE guibg=#000000 hi texBeginEndName gui=NONE guifg=NONE guibg=NONE +hi Conceal gui=NONE guifg=NONE guibg=#000000 hi prologClauseHead gui=NONE guifg=#aadb0f guibg=NONE diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim new file mode 100644 index 0000000..6342b3b --- /dev/null +++ b/vim/.vim/ftplugin/tex.vim @@ -0,0 +1,2 @@ +syn match texMathSymbol '\\powerset' contained conceal cchar=P +syn match texMathSymbol '\\Rightarrow' contained conceal cchar=➔ |