nvim-cmp
nvim-cmp copied to clipboard
feat: `config.view.entries.vertical_positioning = 'above'|'below'|'auto'`
Also applies to docs_view
otherwise the docs will cover the text when it is significantly taller than the completion menu.
For Copilot, 'above' works best with vim.opt.scrolloff = 999
.
Fixes: #495 Helped-by: Thanatermesis [email protected]
Best feature ever, I'm running directly off of your branch now... its perfect.
Thanks! I just fixed it yesterday to fix the docs preview as well
ping @hrsh7th for review
Thanks! I just fixed it yesterday to fix the docs preview as well
ping @hrsh7th for review
Can we even expect any reviews on this? I mean, we still on v0.0.1 with no releases for a long time and no recent activity
@hrsh7th What's the deal on this? I'd love to have this merged...
I constantly run into overlapping prompts and if this fixes it, I'd be super happy.
also waiting for this
I also cloned your repo, hope it gets merged soon.
@hrsh7th can we please get this reviewed?
I think it is useful feature. I heard his thoughts before.
But he don't want to add new features now. Because new features increases maintenance cost. He might change his mind though.
He wants to include bug fix only.
This is also a bugfix for a very annoying bug that I constantly run into where the completion window covers up the text if your screen isn't large enough.
This is also a bugfix for a very annoying bug that I constantly run into where the completion window covers up the text if your screen isn't large enough.
agree
@hrsh7th are you still maintaining this repo or not?
It is still maintaining. The responses are slow though. You can see other issues and PRs.
I merged this with main from nvim/cmp so it has the latest changes and can be merged, PR is here: https://github.com/llllvvuu/nvim-cmp/pull/1. This was because I wanted multi line ghost text together with the option to put the cmp window above
Forks who are using copilot now can use copilot-cmp with my pr which add multi-line ghost-text and dynamic window flip capability, I has been using it for 2 month, hope there are few bugs https://github.com/hrsh7th/nvim-cmp/pull/1955