- The '/nvim/' folder within this project should be placed in your '~/.config/' folder.
- If using Windows install WSL if not already downloaded, Mac/Linux can ignore this step.
- Be sure to have; homebrew, node, neovim, lazy (package manager for nvim), and lua installed.
- If all of the above are installed correctly, navigate to '~/.config/nvim/'
- From here run 'nvim .' in your terminal. This will open the current directory.
- If the lazy package manager does not automatically open, type ':Lazy'.
- This should open a window, from this window type 'S' (Capital S - Shift + s), this will tell lazy package manager to sync all of the packages to make your nvim setup awesome.
- You make have to press 'Shift + s' several times just to be sure that everything is downloaded correctly.