neovim
neovim copied to clipboard
Go package for writing Neovim plugins (in Go!)
- Maintain a virtual file system of open buffers. Expose via FUSE - Expose to other plugins - user will need to ensure that the Neovim process is in a...
Acme's configurable support for the three mouse buttons is brilliant. Write a plugin to emulate this in (terminal) Neovim. - Button 1 select - Button 2 execute (context dependent) -...
In acme (on Plan9), the mouse can be warped to a new position on certain events, e.g. a new window is opened. When a new window is opened the mouse...
First need to write a daemon version of the tool (likely will expose an RFC interface). Then write a plugin that essentially provides the Neovim interaction to the tool, i.e....