summaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2024-03-09 22:06:39 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2024-03-09 22:06:39 +0530
commit8da47a6335f4662f12a191db101b28d143659f3a (patch)
treedb7c962aa957a9014adf886c067940a153a5ed2f /after/ftplugin/tex.vim
parentf44fd24bb87f2bc615d81dc40017fcdca3462a76 (diff)
deleting old config files
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Diffstat (limited to 'after/ftplugin/tex.vim')
-rw-r--r--after/ftplugin/tex.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim
deleted file mode 100644
index ed179bc..0000000
--- a/after/ftplugin/tex.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" 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