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.

20 lines
537 B

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