Tex completion source for vimtex.
You may need configure coc.sources.vimtex.filetypes when you have vimtex lazy
loaded for specific filetypes.
Note filetype tex is mapped to latex with coc.nvim.
In your vim/neovim, run command:
:CocInstall coc-vimtex
Or add this plugin's folder to your vim's runtimepath.
coc.source.vimtex.disableSyntaxesdisabled syntax names.coc.source.vimtex.enableset to false to disable this source.coc.source.vimtex.prioritypriority of source, default99.coc.source.vimtex.filetypesFiletypes to enable this source for. Defaults to['tex', 'plaintex', 'latex']. Useful for when you want to enable vimtex completions for markdown/pandoc files
MIT