From bcee82dd74e2d78abeda63ae23c8a81db2462105 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 26 Feb 2017 12:34:52 +0100 Subject: Add vim conceal config --- vim/.vim/colors/akr.vim | 1 + vim/.vim/ftplugin/tex.vim | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 vim/.vim/ftplugin/tex.vim 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=➔ -- cgit v1.2.3