From decea2c3e2104ae07bf80420defb8d18a42826be Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Fri, 16 Oct 2020 08:30:07 +0200 Subject: [PATCH] Add foldmethod for tex --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 195eef1..588db3d 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -154,7 +154,7 @@ augroup configgroup autocmd FileType c let g:ycm_extra_conf_globlist = ['~/*'] autocmd FileType rust nnoremap :RustFmt autocmd FileType python nnoremap :Black - autocmd FileType html,htmldjango,python,yaml setlocal foldmethod=indent + autocmd FileType html,htmldjango,python,tex,yaml setlocal foldmethod=indent autocmd FileType python setlocal colorcolumn=80 autocmd FileType python let g:ycm_python_interpreter_path = '' autocmd FileType python let g:ycm_python_sys_path = []