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 again @Saghen and ty for your hard work, you're a machine :-)
Background: when fzf-lua detects nvim-cmp cmdline completion it will register itself as a custom source with docs, this feature is quice nice as it allows the user to see the option they are about to use and it's potential values, etc.
This is how it looks like:
Apologize in advacne if I missed anything in the docs, how would I go about the entire process of:
Registering a custom cmdline source (dynamically at runtime, without having it defined in blink's setup)
Adding docs to the custom source so those are displayed with blink
The text was updated successfully, but these errors were encountered:
Seems interesting! We have the add_provider method but the user would need to explicitly add the source to their cmdline list, so we need a couple things for this:
Ability to show documentation window in cmdline mode (shouldn't be difficult, just need to hook up the redrawing)
Ability for plugins to enable a source outside of the user's config
Feature Description
Hi again @Saghen and ty for your hard work, you're a machine :-)
Background: when fzf-lua detects nvim-cmp cmdline completion it will register itself as a custom source with docs, this feature is quice nice as it allows the user to see the option they are about to use and it's potential values, etc.
This is how it looks like:
Apologize in advacne if I missed anything in the docs, how would I go about the entire process of:
The text was updated successfully, but these errors were encountered: