Shreyansh Chouhan

Results 5 issues of Shreyansh Chouhan

The items under wrapper are not properly aligned on chrome on debian. They are expected to be aligned as under Normalized: ![screenshot_bug](https://user-images.githubusercontent.com/29245744/49365844-d5e52580-f70d-11e8-921f-b4b05299a2e2.jpg) I'd like to fix this issue

Using libUVs filesystem notifications to notify about the files changed outside neovim.

status:needs-response
gsoc

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...

lua
filesystem

## 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...

enhancement
event-loop
gsoc
filesystem
options

Continuation of https://github.com/neovim/neovim/pull/7062

enhancement
api
gsoc
core
logging