how do I invoke completion for WikiOpen? #406
-
|
Pardon my ignorance, I'm used to using a cmp plugin for completion handling and only recently learned about invoking omnifunc with I'm wondering how I'm meant to activate completion for the WikiOpen dialogue in neovim? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ok, cool.
So, in short, if you type Now, if you just do I hope this helps clarify things? |
Beta Was this translation helpful? Give feedback.
Ok, cool.
:WikiOpenhas command-line completion to complete a wiki page. Command-line completion is explained in:help cmdline-completion, and the help text is quite well written here I think.So, in short, if you type
:WikiOpen Foo<tab>, then it will complete any names that start withFoo.Now, if you just do
:WikiOpenwithout anything else, it will open a simple dialogue, and there is no completion in that dialogue.I hope this helps clarify things?