Personal Neovim configuration.
To install this config, run the following:
# backup previous configuration
mv $HOME/.config/nvim $HOME/.config/nvim.old
git clone https://github.com/tvaintrob/neovim.git $HOME/.config/nvim
The following are required to use the configuration:
- Neovim >= 0.10.0
- A nerd-font for glyphs.
- Pre-commit when editing the configuration.