Add autoread to neovim
This commit is contained in:
parent
42de1808b7
commit
302307f978
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue