Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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

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