This is just my personal settings to get things up and runing using neovim.
Using Packer
- Have the latest neovim installed with Packer
- Have
build-essentialinstalled if using Ubuntu based Linux distro
Afterwards, run this command to download the settings.
$ git clone https://github.com/andrewbatallones/nvim-settings.git ~/.config/nvimSince the init.lua is already loading the settings, you'll need to comment them out to do the initial PackerInstall.
Afterwards, run :PackerInstall within neovim to install the packages and restart neovim.