-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure the long matched elements always at least partially visible #330
Conversation
…ensure-matched-items-visible
…ensure-matched-items-visible
vim.eval("a:enable_icon") is str in neovim
This is working pretty well for me, thank you! One thing that seems a little weird is that the input line is also scrolling, even though it seems like there is room to show more of the input. In this screenshot: terminal is 45 columns wide, I have not made any configuration changes to how vim-clap opens the popup. I've typed |
I can only ensure it won't be invisible totally :(, no guarantee about occupying the whole space, feel free to improve in https://github.com/liuchengxu/vim-clap/pull/330/files#diff-bc69e7d07f276d599a29af5c04661940R111 . About |
…ensure-matched-items-visible
…ensure-matched-items-visible
The future work is to optimize for maple grep as well.
Close #317