You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi this is a really nice plugin! Thanks for your hard work on it.
A few ideas for potential features which I think would be really powerful:
Could the shortcuts configuration provide a desc field allowing a description to be added for each key? Essentially this would map to the desc field in vim.keymap.set().
Similarly, it would be great if shortcuts could be provided as user commands in addition to / instead of key mappings.
Thanks again!
The text was updated successfully, but these errors were encountered:
This commit fixes two new shortcuts to NeoAI: textify and gitcommit. Textify
uses AI to fix text and gitcommit generates a concise and clear git commit
message.
Both shortcuts can be triggered either by keybindings or by
typing :NeoAIShortcut <name>. The commit also includes minor changes to the
config and shortcut files to accommodate the new shortcuts.
Hi this is a really nice plugin! Thanks for your hard work on it.
A few ideas for potential features which I think would be really powerful:
shortcuts
configuration provide adesc
field allowing a description to be added for each key? Essentially this would map to thedesc
field invim.keymap.set()
.Thanks again!
The text was updated successfully, but these errors were encountered: