From 49bd57461a88ae8f3a177300114b07a21e1343ac Mon Sep 17 00:00:00 2001 From: listout Date: Wed, 14 Apr 2021 11:27:18 +0530 Subject: added some ftplugins --- after/ftplugin/tex.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 after/ftplugin/tex.vim (limited to 'after/ftplugin/tex.vim') diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim new file mode 100644 index 0000000..995efef --- /dev/null +++ b/after/ftplugin/tex.vim @@ -0,0 +1,13 @@ +" Spell checking +set spell spelllang=en_us + +" Does not highlight conceal +highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE + +" VimTex specific settings +set conceallevel=1 +let g:tex_conceal='abdmg' + +" Auto complete for $ in pandoc markdown +let b:AutoPairs = extend({'$': '$'}, g:AutoPairs, 'keep') +let java_ignore_javadoc=1 -- cgit v1.2.3