-
Notifications
You must be signed in to change notification settings - Fork 401
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
[Question] Completition window popup following the cursor #1660
Comments
You should upload the example. |
For reference |
Can you upload the screenshot? |
aaaa.mp4Not sure if useful? It looks a bit nicer, imo. |
Why isnt this just added as an option? It is literally -3 lines of code. |
You can make the PR for it. |
Created a PR (with @lvimuser as coauthor, thank you for the critical piece of source) which adds this as an option for the custom entries view, set to |
thank you guys |
* feat: add option for custom entry view to follow cursor Creates an option to allow the custom entries view to follow the user's cursor as they type. To enable, set ```lua require("cmp").setup({ view = { entries = { follow_cursor = true } } }) ``` Original source at lvimuser@7569056 Closes #1660 Co-authored-by: lvimuser <109605931+lvimuser@users.noreply.github.com> * doc: add view.follow_cursor option to docs --------- Co-authored-by: lvimuser <109605931+lvimuser@users.noreply.github.com>
It's possible to make the competition window popup, following the cursor while type?
The text was updated successfully, but these errors were encountered: