This is my neovim config based of what The Primagen's has.
The complete config is in LUA because neovim supports it as its scripting language. You can also port the above to vim script if you please to. The above is used and tested on macOS, although should not present any problems on linux based distros too.
- Please know how to quit vim
- Nvim v0.8+
- Install neovim using brew on macOS
brew install neovim
- Neovim recognises your
~/.config/nvim
folder to look for configs. after
subfolder also is included in the run time paths.- Create the nvim config folder if you dont have it already.
mkdir ~/.config/nvim
- clone the config and move it to your
.config/nvim
cp -v ./nvim-config/* ~/.config/nvim
- start neovim and let it setup it up itself.
nvim --version
nvim