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:
20
wiki/linux/vim/vim.md
Normal file
20
wiki/linux/vim/vim.md
Normal 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)
|
||||
Reference in New Issue
Block a user