My Neovim configuration with all its plugins
- Neovim v12+
- curl
- git
- tar
- tree-sitter-cli
- unzip
- ripgrep (optional: for telescope live-grep search)
- wget (optional: alternative for curl in mason.nvim)
- 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:
-
Restart Neovim after you installed/updated your plugins to load the changes
-
You're done! 🎉 Enjoy your new config