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

https://github.com/jerryshell/mnv

My Neovim setup
https://github.com/jerryshell/mnv

neovim nvim vim vim-go vim-lua vim-node vim-rust vim-ts

Last synced: about 1 month ago
JSON representation

My Neovim setup

Awesome Lists containing this project

README

        

# MNv

My [Neovim](https://neovim.io) setup based on [LazyVim](https://lazyvim.org)

## clean_nvim.sh

⚠️ Please make sure you fully understand the function of these commands!

```bash
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
```

## Install

You may need a VPN to do this if you are in 🇨🇳

```bash
git clone https://github.com/jerryshell/mnv ~/.config/nvim
```

```bash
rm -rf ~/.config/nvim/.git
```

```bash
nvim
```