1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

vim/coc: added crosslinks

This commit is contained in:
TiynGER 2020-12-08 16:36:14 +01:00
parent ed03214c31
commit 2c421ec929
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ In this entry we will focus on making vim support c and use vim as an ide for c.
### Coc
To enable autocompletion for coc you need to install `ccls`.
To enable autocompletion for [coc](coc.md) you need to install `ccls`.
After that you need to add the following lines to your coc config file.
```json

View File

@ -6,7 +6,7 @@
### Coc
To enable autocompletion for coc you need to install `nimlsp`
To enable autocompletion for [coc](coc.md) you need to install `nimlsp`
(`nimble install nimlsp`).
After that you need to add the following lines to your coc config file.