From 2c421ec9294b4a288301ac26877a40bfda3a3a6f Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 8 Dec 2020 16:36:14 +0100 Subject: [PATCH] vim/coc: added crosslinks --- wiki/linux/vim/c-language.md | 2 +- wiki/linux/vim/nim.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/linux/vim/c-language.md b/wiki/linux/vim/c-language.md index e6e0b94..a854bed 100644 --- a/wiki/linux/vim/c-language.md +++ b/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 diff --git a/wiki/linux/vim/nim.md b/wiki/linux/vim/nim.md index 69eaae1..144262b 100644 --- a/wiki/linux/vim/nim.md +++ b/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.