/nvim_Config

Primary LanguageLuaMIT LicenseMIT

nvim_Config

To use this config on Linux/Mac

  • Backup your old config
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  • Clone repo
git clone https://github.com/tehritarun/nvim_Config.git ~/.config/nvim

To use this config on Windows

  • Backup your old config
mv ~\AppData\Local\nvim ~\AppData\Local\nvim.bak
rm -rf ~\AppData\Local\nvim-data\
  • Clone repo
git clone https://github.com/tehritarun/nvim_Config.git ~\AppData\Local\nvim