These are some guides for various use.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 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 focusedon 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)
|