about summary refs log tree commit diff
path: root/vim/.vim/after/ftplugin/tex.vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-11-19 21:37:24 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-11-19 21:37:24 +0900
commitdc0154041bba4ab9017e86b8218c501e935fd9cf (patch)
tree396781c29324342c07bd541912e7c68bf20fc076 /vim/.vim/after/ftplugin/tex.vim
parent5e2354e8f819875ac3d981cb94eddfbe0d00eb77 (diff)
downloaddotfiles-dc0154041bba4ab9017e86b8218c501e935fd9cf.tar.gz
Config vim and git in nix
Diffstat (limited to 'vim/.vim/after/ftplugin/tex.vim')
-rw-r--r--vim/.vim/after/ftplugin/tex.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim
deleted file mode 100644
index fe8cfef..0000000
--- a/vim/.vim/after/ftplugin/tex.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-"setlocal conceallevel=2
-"setlocal listchars=eol:$ ambiwidth=double
-"let g:tex_conceal='abdmg'
-let g:tex_flavor='latex'
-let g:vimtex_indent_enabled=0
-let g:vimtex_quickfix_mode=0