neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Go package for writing Neovim plugins (in Go!)

Results 14 neovim issues
Sort by recently updated
recently updated
newest added

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

plugin idea

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

plugin idea

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

plugin idea

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

plugin idea