Closed jdujava closed 11 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).
cmp-vimtex
omnifunc
v:lua.vim.lsp.omnifunc
cmp-nvim-lsp
Also properly show availability in :CmpStatus.
:CmpStatus
Before this,
cmp-vimtex
triggered omni-completion for any buffer with nonempty value ofomnifunc
(such asv:lua.vim.lsp.omnifunc
set by a language server, causing a weird behaviour withcmp-nvim-lsp
).