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