Browse Source

vim/coc: added crosslinks

master
TiynGER 3 weeks ago
parent
commit
2c421ec929
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      wiki/linux/vim/c-language.md
  2. +1
    -1
      wiki/linux/vim/nim.md

+ 1
- 1
wiki/linux/vim/c-language.md

@ -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

+ 1
- 1
wiki/linux/vim/nim.md

@ -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.

Loading…
Cancel
Save