From 90fff4570918e5e45cf73acaa34b0386c085e8af Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 28 Aug 2025 16:08:13 +0200 Subject: [PATCH] add auto reload plugin --- dot_vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_vimrc b/dot_vimrc index 153cc8b..e222b58 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -26,6 +26,7 @@ call plug#begin() Plug 'vim-airline/vim-airline' " colored status line at bottom Plug 'morhetz/gruvbox' " theme Plug 'nathanaelkane/vim-indent-guides' " indentation lines +Plug 'djoshea/vim-autoread' " watch for file changes " ** features ** Plug 'preservim/nerdcommenter'