Add requirement for nodejs

This commit is contained in:
ducnn 2022-10-09 10:18:18 +07:00
parent b7504d8adb
commit ccf00845d1
1 changed files with 5 additions and 4 deletions

View File

@ -20,10 +20,11 @@ Install plugins:
:PlugInstall
```
## Conquer of Completion
Nodejs is a requirement:
```
curl -sL install-node.vercel.app/lts | bash
```
Run commands in NeoVim/Vim:
```
:CocInstall coc-json coc-tsserver
:CocInstall coc-snippets
:CocInstall coc-vimtex
:CocInstall coc-pairs
:CocInstall coc-json coc-tsserver coc-snippets coc-vimtex coc-pairs
```