1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

neovim and vim get a md file together

This commit is contained in:
TiynGER
2020-11-01 16:48:22 +01:00
parent 2951efa92e
commit 007d295526

20
wiki/linux/vim/vim.md Normal file
View File

@@ -0,0 +1,20 @@
# Vim
[Vim](https://github.com/vim/vim) is a texteditor.
A good alternative to baseline vim is Neovim.
[Neovim](https://github.com/neovim/neovim) is based on vim and focused
on extensibility and usability.
The configuration file is stored in `.config/nvim/init.vim`
## Plug-In
There are a bunch of different options for managing plug-ins.
- [Vim-plug](vim-plug.md)
## Autocompletion
An important feature for writing text and especially code is autocompletion.
For Neovim there are a few options.
- [Conquer of completion](coc.md)