My Nvim Config.
This is my current nvim set up for nvim.
First off, this depends on version 0.9.x of nvim.
Second, I must have packer installed before hand!
Read the quickstart on the packer git README
Last, This guide assumes a Linux based system.
- Clone this repo into your
.config/
directory. - Open
nvim
- Run
:PackerSync
That should do it!