This config has a sane amount of features/plugins for day-to-day programming.
If you do not already have a ~/.config/nvim directory use:
git clone https://github.com/MrWelsch/nvim.git ~/.config/nvimElse move the already existing directory somewhere else and execute above command after.
Next, run nvim and wait until the plugins are installed.
After launching nvim enter:
:checkhealth
There will probably some things you need to setup in order to get healhy:
- Mac:
pbcopyshould be builtin - Linux (Debian Based):
sudo apt install xsel
- Python:
pip install pynvim - Node:
npm i -g neovim
- Mac:
brew install mono - Linux (Debian Based):
sudo apt install mono-complete