Add autoread

This probably fixes "The file has changed reload [y/n]?"
This commit is contained in:
2021-04-21 12:58:28 +02:00
parent e9359a6be2
commit 2f9586de44

View File

@@ -26,6 +26,7 @@ set encoding=utf-8
set number
set showmatch
set matchtime=2
set autoread
set hlsearch
set incsearch