/nvim

My neovim config

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

My Neovim Config

Contains all the configurations and plugins tailored to my needs, with Lazy for package management and Mason for installing LSPs.

⬇️ Install Instructions

Install requires Neovim Nightly or Latest stable neovim version

📜 Backup current config

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

🚀 Clone the repository

git clone git@github.com:sumitst05/nvim ~/.config/nvim 

👨‍💻 Preview

Neovim

neovim2

neovim3

Neovim4

🗑️ Uninstall

rm -rf ~/.config/nvim      # and then restore your backup if made