-
I don't know if fuzzy searching in the cmdline is supported? i've had normal completions working fine but cmdline doesn't look to have any changes compared to the default. In normal context i can get fuzzy searching results I'm having difficulties replicating this for now because i'm using nixos and have my nvim configs setup via nix (nvf). I've dug around and found the verbose setup code for blink as follows:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I can't reproduce that issue. |
Beta Was this translation helpful? Give feedback.
I've found the cause for the problem. The nix module's default configuration generated the blink config but have the cmdline opt set as
cmdline = { sources = {} }
and also set the preset tonone
and therefore ootb it doesn't have any sources nor keybinds attached.If anyone's using nvf and coming across this you can enable cmdline again by using