-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Started over here: #665 (reply in thread)
Neovim has some kind of api for right click context menu. Not surehow to use it myself, but it seems like we should be able to compose a set of commands for a variety of contexts and scenarios.
A good start might be to :
- compose a function that given some context, emits a collection of valid mousemenu entries
- create documentation that shows people how to compose their own NeoTree specific mousemenu enties
Contex should respond to the file/folder we clicked and any meta data it has that neotree knows about.
Entries to show would be anything in the ? popup that's relevant to the type of thing we're right clicking on.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request