diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ set shiftwidth=4 set softtabstop=4 set noexpandtab +" Check if file has changed +au FocusGained,BufEnter * :checktime + let g:tex_flavor='latex' if has('nvim') |