Update README.md

This commit is contained in:
nnduc 2023-10-28 08:24:49 +00:00
parent c2f7659849
commit 758ea2160e
1 changed files with 5 additions and 1 deletions

View File

@ -26,5 +26,9 @@ curl -sL install-node.vercel.app/lts | bash
```
Run commands in NeoVim/Vim:
```
:CocInstall coc-json coc-tsserver coc-snippets coc-vimtex coc-pairs
:CocInstall coc-json coc-tsserver coc-snippets coc-pairs
```
Tex completion source for vimtex:
```
:CocInstall coc-vimtex
```