Open bash and run the following:
git clone [email protected]:Pinjontall94/neovim-config.git ~/.config/nvim
nvim
Now in neovim:
- Ignore any errors (these are normal and expected), hit enter
- Type
:PackerSync
, and hit [y]es when prompted - Watch the magic happen
- Exit neovim with
:q!
and reopen to your new editor :)
LSP-Zero, which does all the heavy lifting here so I don't have to bother with
all the config details, relies on Mason. So whenever you want to install
support for a new language or framework, simple enter :Mason
, then scroll to
whichever tool you want and press the "i" key. Then, enter the file you want to
edit. :)
Hint: This is even easier when you filter by language! After you fire up Mason, hit Ctrl-f