Add autoread to neovim

This commit is contained in:
Yan Lin 2025-07-29 10:46:48 +02:00
parent 42de1808b7
commit 302307f978

View file

@ -20,6 +20,7 @@
linebreak = true; # Don't break words when wrapping linebreak = true; # Don't break words when wrapping
breakindent = true; # Preserve indentation when wrapping breakindent = true; # Preserve indentation when wrapping
termguicolors = true; termguicolors = true;
autoread = true; # Automatically reload files when changed externally
}; };
# Enable filetype detection # Enable filetype detection