This Neovim configuration is based on the NvChad starter template, with additional Language Server Protocol (LSP) support for enhanced development experience.
-
NvChad base configuration
-
LSP support for:
- Go
- Python
- C/C++
- HTML
- CSS
- JS/JSX
- TS/TSX
- Tailwind
- Install Neovim. You can check out the official docs
- Clone this configuration:
git clone https://github.com/jitesh117/nvim ~/.config/nvim && nvim
- Run the following command inside Neovim to install all required language servers and formatters:
:MasonInstallAll
Enjoy your enhanced Neovim experience!