Improving autoread and file-change detection
- Mentors
- Justin Keyes, Matthieu Coudron
- Organization
- Neovim
This project aims to do the following:
- Improving autoread by making neovim automatically prompt for reloading a buffer if it was changed outside the current editing session.
- Dsplaying diff between the changed file and the buffer while prompting for reload.
- Refactoring old code related to file I/O.