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

643 B

Vim

Vim is a texteditor. A good alternative to baseline Vim is 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 gives extensive guides and tips on using Vim.

Plug-In

There are a bunch of different options for managing plug-ins.

Autocompletion

An important feature for writing text and especially code is autocompletion. For Neovim there are a few options.