Liu-Cheng Xu

Results 170 comments of Liu-Cheng Xu

Thanks for the report. Please see if [this branch](https://github.com/liuchengxu/vim-which-key/tree/take-care-of-resized) fixes this issue.

Confirmed. After some investigation, I found it's probably `getchar()` that somehow leads to the `VimResized` event not triggered. It may not be that easy to figure this out, so currently...

Use `:echo clap#rooter#working_dir()` to see what clap sees as the current working directory after you invoke `:Clap files!`. And please provide a way to reproduce if possible

No, clap will never change the directory for you, what clap does is merely finding a proper project root based on your configuration `:h g:clap_project_root_markers`. By default vim-clap will try...

@ImmemorConsultrixContrarie Sorry for taking such a long time, I have just resolved the conflict and start to take a look at it again, hopefully we could make some progress this...

>I don't like JSON for performance reasons, so wanna rewrite this too. @ImmemorConsultrixContrarie Please just go for it! I'm personally not familiar with IPC, but always hope to find a...

@ImmemorConsultrixContrarie Good to know stdio is also one of IPC stuffs.

Easy for vim popup: ```vim autocmd User ClapOnEnter call popup_setoptions(g:clap.display.winid, {'scrollbar': 1}) ``` But neovim floating window does not support scrollbar yet.

Related: https://github.com/Xuyuanp/scrollbar.nvim

My original plan is to use ``/`` for navigating the input history, that could make people type the same search easier.