summaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/tex.vim')
-rw-r--r--after/ftplugin/tex.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim
new file mode 100644
index 0000000..ed179bc
--- /dev/null
+++ b/after/ftplugin/tex.vim
@@ -0,0 +1,11 @@
+" Does not highlight conceal
+highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE
+let g:vimtex_view_general_viewer = 'zathura'
+
+" VimTex specific settings
+set conceallevel=1
+let g:tex_conceal='abdmg'
+
+" Spell checking
+set spell spelllang=en_us
+set textwidth=80