about summary refs log tree commit diff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-23 22:00:17 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-23 22:00:17 +0700
commit2b76a36ad07d776988104ba0587958384808603a (patch)
tree058b37f858cedce9045a58a4b0c738252a82b97b /vim/.vim/after
parentd96622187e7886c889f04f553e449c4088ea76c0 (diff)
downloaddotfiles-2b76a36ad07d776988104ba0587958384808603a.tar.gz
Update 2019-03-23
Diffstat (limited to 'vim/.vim/after')
-rw-r--r--vim/.vim/after/ftplugin/tex.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim
new file mode 100644
index 0000000..8d69096
--- /dev/null
+++ b/vim/.vim/after/ftplugin/tex.vim
@@ -0,0 +1,6 @@
+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