1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-06 08:37:45 +02:00
2023-11-22 03:16:06 +01:00

23 lines
643 B
Markdown

# 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`
On GitHub [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using
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)