My Neovim configuration with all its plugins
- Neovim v10+
- git
- A patched font (If you're using Arch Linux you can search the package database for something like "ttf nerd" for a list of patched fonts)
-
Clone the repository into .config/nvim
Make sure to back up your old .config/nvim first!
cd ~/.config/ git clone https://github.com/jasger9000/nvim-config.git nvim
-
Start Neovim and install the plugins
- Start Neovim from your shell:
nvim - In Neovim, Type
:Lazy<CR>to open the plugin manager - Hit I to Install the plugins
- Type
:q<CR>to exit the window
- Start Neovim from your shell:
-
You're done! 🎉 Enjoy your new config
PS: You will need to restart Neovim after you installed/updated your plugins to load the changes