From e600454bb76ea3bb30ff72c57fd90e7ea0ed07a5 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 17 Mar 2024 03:22:52 +0530 Subject: neovim: after: ftplugin: filetype enhancements Signed-off-by: Brahmajit Das --- after/ftplugin/tex.vim | 11 +++++++++++ 1 file changed, 11 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..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 -- cgit v1.2.3