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/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/tex.vim (limited to 'vim/.vim/ftplugin') 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