- cd into the directory of your nvim folder
Or not create a folder called as nvim
- Run
git clone https://github.com/bryant-the-coder/NvHack.git - Run
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"for windows usersgit clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvimfor unix users - Now run
nvimand:e lua/plugins/plugins.lua - Then type
:source %and run:PackerSync - Run
:checkhealth - TADA~ Your done and setup
Base16 + Custom highlights for bufferline

Thanks to these wonderful people. Their config guided me into making my config.
- NvChad
- max397574
Complicated config but you will find it very useful.
- abzcoding
amazing config. recommend to check it out.
- tamton-aquib
Remember to check his plugin. staline
- vsedov
- tjdevseries

