Shreyansh Chouhan
Shreyansh Chouhan
The items under wrapper are not properly aligned on chrome on debian. They are expected to be aligned as under Normalized:  I'd like to fix this issue
Using libUVs filesystem notifications to notify about the files changed outside neovim.
Added a libuv fswatch watcher for autoread. The watcher starts watching the current buffer when it is opened in neovim via autocommands. If the watched buffer changes outside neovim, it...
## Current Plan - Use a new option `fswatch` that takes three values `notify` `autolaod` and `off`. - If `notify` is set we notify the user about changes. - If...
Continuation of https://github.com/neovim/neovim/pull/7062