diff options
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 58d878e..5e63f7d 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -59,6 +59,7 @@ Plugin 'https://github.com/aperezdc/vim-template' Plugin 'https://github.com/arecarn/vim-crunch' " Vim Tmux Navigator Plugin 'christoomey/vim-tmux-navigator' +Plugin 'lervag/vimtex' " File types @@ -593,6 +594,11 @@ let g:ctrlp_user_caching = 0 let g:ledger_align_at = 80 " }}} +" vimtex {{{ + +let g:tex_flavor = 'latex' + +" }}} " }}} " Load custom local config {{{ |
