mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-10 01:41:23 +02:00
vim/coc: added crosslinks
This commit is contained in:
@@ -7,7 +7,7 @@ In this entry we will focus on making vim support c and use vim as an ide for c.
|
|||||||
|
|
||||||
### Coc
|
### 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.
|
After that you need to add the following lines to your coc config file.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
### Coc
|
### 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`).
|
(`nimble install nimlsp`).
|
||||||
After that you need to add the following lines to your coc config file.
|
After that you need to add the following lines to your coc config file.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user