https://github.com/sumitst05/nvim
My neovim config
https://github.com/sumitst05/nvim
Last synced: over 1 year ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/sumitst05/nvim
- Owner: sumitst05
- License: gpl-3.0
- Created: 2024-01-07T15:14:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T11:54:39.000Z (over 1 year ago)
- Last Synced: 2025-04-23T02:19:27.477Z (over 1 year ago)
- Language: Lua
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim Config
Contains all the configurations and plugins tailored to my needs, with [**Lazy**](https://github.com/folke/lazy.nvim) for package management and [**Mason**](https://github.com/williamboman/mason.nvim) for installing [**LSPs**](https://microsoft.github.io/language-server-protocol/).
## ⬇️ Install Instructions
> Install requires Neovim Nightly or Latest stable neovim version
#### 📜 Backup current config
```sh
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
```
#### 🚀 Clone the repository
```sh
git clone git@github.com:sumitst05/nvim ~/.config/nvim
```
## 👨💻 Preview




## 🗑️ Uninstall
```sh
rm -rf ~/.config/nvim # and then restore your backup if made
```