This is a clone of Nvchad's Neovim Configuration
I have added few custom plugins and lsps, so I am hosting my own version here.
so that my students can get it easily
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
git clone https://github.com/barungh/nvim ~/.config/nvim/lua/custom --depth 1 ; nvim
git clone https://github.com/NvChad/NvChad $HOME\AppData\Local\nvim --depth 1
git clone https://github.com/barungh/nvim "$env:LOCALAPPDATA\nvim\lua\custom" --depth 1
:Mason
This will bring a lsp installer ui on your screen,
press 2
you will find a list of lsp servers
you will need to install lsp server which you configured in custom/lspconfig.lua file