From 41d03f078a431febc248c985b5708f97411ffb45 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 25 Apr 2021 19:49:10 +0200 Subject: [PATCH] bugfix: File names were too general in the vim section --- wiki/linux/vim/c-language.md | 2 +- wiki/linux/vim/coc.md | 2 +- wiki/linux/vim/nim.md | 2 +- wiki/linux/vim/python.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/linux/vim/c-language.md b/wiki/linux/vim/c-language.md index a854bed..1196d1c 100644 --- a/wiki/linux/vim/c-language.md +++ b/wiki/linux/vim/c-language.md @@ -1,4 +1,4 @@ -# C +# C in Vim C is a common programming language. In this entry we will focus on making vim support c and use vim as an ide for c. diff --git a/wiki/linux/vim/coc.md b/wiki/linux/vim/coc.md index fbc94aa..516db6a 100644 --- a/wiki/linux/vim/coc.md +++ b/wiki/linux/vim/coc.md @@ -1,4 +1,4 @@ -# Coc +# Coc in Vim [Conquer of completion](https://github.com/neoclide/coc.nvim) enables full language server protocol support for neovim. diff --git a/wiki/linux/vim/nim.md b/wiki/linux/vim/nim.md index ad1df5c..ded6efb 100644 --- a/wiki/linux/vim/nim.md +++ b/wiki/linux/vim/nim.md @@ -1,4 +1,4 @@ -# Nim +# Nim in Vim [Nim](https://nim-lang.org) is a statically typed compiled systems programming diff --git a/wiki/linux/vim/python.md b/wiki/linux/vim/python.md index d00e523..d97d186 100644 --- a/wiki/linux/vim/python.md +++ b/wiki/linux/vim/python.md @@ -1,4 +1,4 @@ -# Python +# Python in Vim Python is a common programming language. In this entry we will focus on making vim support python and use vim as an ide