Results 11 comments of yehuohan

Sorry for that I had only code and debug with `(easymotion-overwin-f)`. There are issues with `(easymotion-sn)` and I need sometime to debug it.

@VimWei `(easymotion-sn)` use `incsearch` feature to highlight input and I think it's not suitable time to replace inputed pattern with dict text.

Maybe you can use the fork: https://github.com/yehuohan/vim-ctrlspace Or popc, which is more flexible: https://github.com/yehuohan/popc

> Can you please describe really quickly the intended usecase for this; ie, what would this allow that a regular toggle could not? Thanks for the PR. Sure. This PR...

> > Yep, this is a bug when `vim.opt.wrap = true`. > > I'm unsure of a fix for this at the moment. I believe [this](https://github.com/kevinhwang91/nvim-bqf/blob/9208d5ffc84a791ea81d5ee9f10544430459019e/lua/bqf/magicwin/core.lua#L112-L149) can fix it but...

我也遇到了这个问题,发现可以通过 `syntax match wsdQuickfix /\m^|| / conceal` 隐藏

@Konfekt Unfortunately I have to to say that I don't plan to do that, because I don't have much time on vim-ctrlspace now (and actually I use `popc` now). This...

- popc doesn't support any fuzzy search works (I'm not good at those algorithms). So popc just provides file paths or root path for other plugins like fzf, leaderf and...

> Is it possible to adapt it to also support relative paths? (relative to neovim `pwd`). You mean provide completion items for `./`?

Think your detailed description. This PR supports `.\` and I'm sure I can get completions from both `./` and `.\`