cmp-fuzzy-path
cmp-fuzzy-path copied to clipboard
The cursor lags when typing a path in commandline mode. I assume the code is blocking rather than async when loading the path.
Currently completion only works for a very few commands that match `allowed_cmd_context`. I would like to be able to set `allowed_cmd_context` with a function in options.
Thanks for making this great plugin! Can I make it insert the path relative to my current file? Perhaps easier to explain with an example. Let's say I have the...