cmp-treesitter icon indicating copy to clipboard operation
cmp-treesitter copied to clipboard

cmp source for treesitter

Results 6 cmp-treesitter issues
Sort by recently updated
recently updated
newest added

``` Error detected while processing /home/llyyr/.local/share/nvim/site/pack/packer/start/cmp-treesitter/after/plugin/cmp_treesitter.lua: E5113: Error while calling lua chunk: /usr/share/nvim/runtime/lua/vim/uri.lua:43: attempt to call upvalue 'tohex' (a nil value) stack traceback: /usr/share/nvim/runtime/lua/vim/uri.lua:43: in function [C]: in function 'uri_encode'...

I occasionally will get this error. I've not really found it to be reproducible though: ``` Error executing vim.schedule lua callback: vim/shared.lua:0: after the second argument: expected table, got nil...

```rust async fn run(options: Opt) -> Result { let (certs, key) = if let (Some(key_path), Some(cert_path)) = (&options.key, &options.cert) { key_log let key = fs::read(key_path).context("failed to read private key")?; let...

``` stack traceback: ...rapped-bad218c/share/nvim/runtime/lua/vim/treesitter.lua:28: in function '__index' ...s/start/cmp-treesitter/lua/cmp_treesitter/treesitter.lua:43: in function ``` This appears briefly upon typing in insert mode and typing... I'm not sure how to get more context for...

Hi there! I'm experiencing some strange issue with `cmp-treesitter` with [quotes] autopairing: 1) when I trying to complete some substring inside quotes (and it finds corresponding node for completion, and...

i want to set the highlight groups in cmp but im not getting how to, i tried `vim.api.nvim_set_hl(0, "CmpItemKindVariable", { fg = "green", bg = "NONE" })` but it is...