- 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.nvim
for unix users - Now run
nvim
and: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