1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-24 16:07:46 +02:00

bugfix: File names were too general in the vim section

This commit is contained in:
TiynGER 2021-04-25 19:49:10 +02:00
parent 3b97b67f7c
commit 41d03f078a
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# C # C in Vim
C is a common programming language. 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. In this entry we will focus on making vim support c and use vim as an ide for c.

View File

@ -1,4 +1,4 @@
# Coc # Coc in Vim
[Conquer of completion](https://github.com/neoclide/coc.nvim) enables full [Conquer of completion](https://github.com/neoclide/coc.nvim) enables full
language server protocol support for neovim. language server protocol support for neovim.

View File

@ -1,4 +1,4 @@
# Nim # Nim in Vim
[Nim](https://nim-lang.org) is a statically typed compiled systems programming [Nim](https://nim-lang.org) is a statically typed compiled systems programming

View File

@ -1,4 +1,4 @@
# Python # Python in Vim
Python is a common programming language. Python is a common programming language.
In this entry we will focus on making vim support python and use vim as an ide In this entry we will focus on making vim support python and use vim as an ide