tzachar
tzachar
### Neovim version (nvim -v) NVIM v0.8.0-dev-708-g57ce6c2b8 (nightly) ### Vim (not Nvim) behaves the same? no idea how to test in vim ### Operating system/version ubuntu 18.04 ### Terminal name/version...
The current implementation of `api.get_screen_cursor` does not work when completion is started right below a line of virtual text (when the entire line is virtual text). The returned window row...
When several sources return the same items, cmp will display duplicate entries. Is there a way of deduping the suggestions list? **Minimal config based on [this](https://github.com/hrsh7th/nvim-cmp/blob/main/utils/vimrc.vim)** ```vim if has('vim_starting') set...
When pressing `ctr` while standing on the last character in line I get the following: ``` Error detected while processing function 37_save_pos: line 3: E5555: API call: col value outside...
This is popping up sporadically, usually when trying to write a file by quickly pressing `:w` : ``` Error executing vim.schedule lua callback: vim/shared.lua:0: after the second argument: expected table,...
Hi. There seems to be a bug when the plugin is triggered on a prompt with pip as the last character. For example: ``` $> ls | ``` and then...
Hi. Thank you guys for this awesome library. In my application, I need to compute a gram matrix (basically, `x.t().dot(x)`). Using `gemm` is wasteful, as the result is symmetric and...
### 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 announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...