dotfiles/.config/coc/extensions/node_modules/coc-vimtex/Readme.md

25 lines
515 B
Markdown

# coc-vimtex
Tex completion source use [vimtex](https://github.com/lervag/vimtex).
## Install
In your vim/neovim, run command:
```
:CocInstall coc-vimtex
```
Or add this plugin's folder to your vim's runtimepath.
## Options
- `coc.source.vimtex.disableSyntaxes` disabled syntax names.
- `coc.source.vimtex.enable` set to false to disable this source.
- `coc.source.vimtex.priority` priority of source, default `99`.
- `coc.source.vimtex.shortcut` shortcut used in `menu` of completion item.
## License
MIT