-
### Make sure you have done the following
- [X] I have updated to the latest version of `blink.cmp`
- [X] I have read the README
### Bug Description
nvim enter wrong mode when accept from lsp candi…
-
I added the nvim-cmp config, and ti does not work.
```
{
"hrsh7th/nvim-cmp",
opts = function()
local cmp = require "cmp"
local conf = require "nvchad.…
codr1 updated
2 months ago
-
### Did you check docs and existing issues?
- [X] I have read all the noice.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exis…
-
### Explain the issue
When this plugin is enabled I experience an issue with certain vsnippet based snippets in nvim-cmp:
If I move over one of the affected snippets in the nvim-cmp popup menu, …
-
**Is your feature request related to a problem? Please describe.**
The current completion system uses the built-in completions and does not support external completion engines
**Describe the solut…
-
![image](https://github.com/hrsh7th/cmp-nvim-lsp/assets/170882272/ca3ebe9e-6577-4cf6-abea-0570dbc911d2)
here is the error, I am calling it from here
![image](https://github.com/hrsh7th/cmp-nvim-lsp/…
-
I get below warning when I open neovim:
```
[mason.nvim] [mason-lspconfig.nvim] Server "lua_ls" is not a valid entry in ensure_installed. Make sure to only provide lspconfig server names.
```
and…
-
### Your environment
Which LSP client (editor/plugin) do you use?
Neovim, astrovim (which I think is using luasnips and nvim-cmp)
The actual crash is in nvim-cmp, so it's quite possibly a b…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
I have cmp setup as per the docs. All my completions works as specified in the sources. I have additional sources setup for '/' and '?' and so on as seen below. These additional sources are somehow ov…