From c6f6d7304c3e3c44399572baa84eeefb74c3e4fc Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 31 Aug 2021 14:14:50 +0200 Subject: [PATCH] Enable autoread --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 2f7613c..53cf361 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,7 @@ se cole=0 cocu="" " Conceal se cb=unnamedplus " Clipboard se fcs+=vert:│ " Cleaner split separator (tmux style) set lcs=tab:→\ ,trail:· " Whitespace rendering +set ar " Autoread " Functions ____________________________