An open API service indexing awesome lists of open source software.

https://github.com/sumitst05/nvim

My neovim config
https://github.com/sumitst05/nvim

Last synced: over 1 year ago
JSON representation

My neovim config

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

![Neovim](https://github.com/sumitst05/nvim/assets/106669732/896f6c14-28c1-4d0d-953d-a5e46e995f91)

![neovim2](https://github.com/sumitst05/nvim/assets/106669732/7a913a7f-2965-4663-9ec6-11a41e566f81)

![neovim3](https://github.com/sumitst05/nvim/assets/106669732/3a918d68-2eb8-43b0-ac57-efdf0c904581)

![Neovim4](https://github.com/sumitst05/nvim/assets/106669732/7eb7f22f-7d5e-4c53-a3db-e168f4639b6c)

## 🗑️ Uninstall

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