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

Vimtex source for nvim-cmp.

Results 7 cmp-vimtex issues
Sort by recently updated
recently updated
newest added

Thank you for your efforts, If I configure cmp-vimex, `CmpStatus` shows me the vimtex sources are duplicated In nvim-cmp lazy.nvim setup, I called the cmp-vimtex plugin as dependencies. ### Case...

I'm trying to figure out how to disable all the regular LaTeX symbol autocompletions: I'd basically like to only display autocompletion data related to things like labels, bibliographic citations, etc....

I am not sure if this is a bug or not, or if there is anything to be done, but I've noticed that if I open nvim and go to...

In the new branch `test_highlighting` is available a feature I had wanted to implement for some time. Basically, it highlights the bibliographic keys in the documentation windows: ![2024-02-23T17:40:20,979233542+01:00](https://github.com/micangl/cmp-vimtex/assets/142919381/4afdcdcf-8b7c-448f-b465-ada88418a660) I haven't...

I'm curious if it may make more sense to utilize the new VimTeX lua parser for bib files directly. It has now become quite fast. And after parsing a large...

I have seen some posts on Reddit about cmp-vimtex being only used for nvim-cmp. I was using nvim-cmp and cmp-vimtex worked *like a charm*. I especially liked how it helped...

Since `parser.timer` is a `userdata` type, it can't be copied, which stops blink.cmp from providing accepting completion items, since it deepcopies those items. If instead of parser.new containing `self.timer =...