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/nvim
Else 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:
pbcopy
should 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