From 2b76a36ad07d776988104ba0587958384808603a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 23 Mar 2019 22:00:17 +0700 Subject: Update 2019-03-23 --- vim/.vim/after/ftplugin/tex.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/.vim/after/ftplugin/tex.vim (limited to 'vim/.vim/after/ftplugin') 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 -- cgit 1.4.1