Before you dive in, ensure you have the following requirements installed:
In windows, you can use scoop to install them.
Git:
Telescope:
Nerd Font (For Icons):
Neovim:
Please follow these steps:
Preparation:
nvim
directory (if it exists).Installation:
On Linux/MacOS:
bash <(curl -s https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.sh)
On Windows (Powershell):
Invoke-WebRequest https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.ps1 -UseBasicParsing | Invoke-Expression
I appreciate the support from all the Stargazers!
This Neovim configuration is built upon the foundation of NvChad. Special thanks to the NvChad community and developers for their fantastic work.
“Make it work, make it right, make it fast.”
- Kent Beck