micangl / cmp-vimtex

Vimtex source for nvim-cmp.
MIT License
78 stars 5 forks source link

Fix: make available only for tex files #9

Closed jdujava closed 8 months ago

jdujava commented 9 months ago

Before this, cmp-vimtex triggered omni-completion for any buffer with nonempty value of omnifunc (such as v:lua.vim.lsp.omnifunc set by a language server, causing a weird behaviour with cmp-nvim-lsp).

jdujava commented 9 months ago

Also properly show availability in :CmpStatus.