I appreciate the support from all the Stargazers!
Before you dive in, ensure you have the following requirements installed:
Git:
Telescope:
Nerd Font (For Icons):
Neovim:
nvim-treesitter
NOTE: I'm using scoop to install them.
To get started, follow these steps:
Remove or move your current nvim
directory (if it exists) and make sure Neovim is not running.
Clone the configuration and NvChad:
Linux:
git clone https://github.com/NvChad/NvChad.git ~/.config/nvim
git clone https://github.com/Alexis12119/nvim-config.git ~/.config/nvim/lua/custom
Windows (Powershell):
Invoke-WebRequest https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.ps1 -UseBasicParsing | Invoke-Expression
Windows (CMD):
git clone https://github.com/NvChad/NvChad.git %localappdata%\nvim
git clone https://github.com/Alexis12119/nvim-config.git %localappdata%\nvim\lua\custom
Run nvim
and wait for the plugins to be installed.
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