Backup of my nvim config. This is how it currently looks:
If you like it, feel free to use any part of it. All plugins credit goes to the plugin authors
This is a tutorial mostly for myself. Please keep in mind that I am not proficient at all in nvim config. Any comment is more than welcome.
- Clone the contents of the repo into your config folder. In my own case, at the
home/.config/
directory :
git clone https://github.com/FacundoAlvarado9/nvim-config.git nvim
- Open
nvim
nvim
- I would first upgrade
vim-plug
itself
:PlugUpgrade
- Check status of plugins
:PlugStatus
- Depending on the nvim's suggestion
:PlugClean
or
:PlugInstall