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

25 lines
515 B
Markdown
Raw Normal View History

2020-07-04 14:23:27 +02:00
# coc-vimtex
Tex completion source use [vimtex](https://github.com/lervag/vimtex).
## Install
In your vim/neovim, run command:
```
:CocInstall coc-vimtex
```
2020-07-23 11:21:44 +02:00
Or add this plugin's folder to your vim's runtimepath.
2020-07-04 14:23:27 +02:00
## 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