diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-10-06 22:10:36 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-10-06 22:11:43 +0500 |
| commit | 4962e6c7fc445ee94e0669c7df595579a60518fc (patch) | |
| tree | 24f8d1c408b78c6196f77113432de0cc4104595c /files/.vimrc | |
| parent | 20f920203a4334b6e88b988932d79d5fb6a4e476 (diff) | |
Updates
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 {{{ |
