Try to fix autoread
This commit is contained in:
parent
c48a31dfe9
commit
57e2f1bf4d
1 changed files with 4 additions and 0 deletions
4
init.vim
4
init.vim
|
@ -89,3 +89,7 @@ au FocusLost * :wa
|
||||||
set background=light
|
set background=light
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme breezy
|
colorscheme breezy
|
||||||
|
|
||||||
|
" ensure autoread works, to detect file changes outside the editor
|
||||||
|
set autoread
|
||||||
|
au CursorHold * checktime
|
||||||
|
|
Loading…
Reference in a new issue