vim: Enable &autoread + autocmd for regular check

This commit is contained in:
2021-02-17 02:38:15 +01:00
parent 9c593f5e55
commit f746909e3a
2 changed files with 11 additions and 0 deletions

View File

@@ -66,3 +66,8 @@ set scrolloff=15
set mouse=a
" Disable pesky swap file warnings
set shortmess+=A
" Automatically update file that was modified outside of vim.
" Beware that this updates only on certain events and thus works different then
" probably expected. See corresponding autocommand or:
" https://vi.stackexchange.com/questions/2702
set autoread