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 = []