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
- Host: GitHub
- URL: https://github.com/jerryshell/mnv
- Owner: jerryshell
- License: agpl-3.0
- Created: 2023-02-19T20:17:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T13:14:57.000Z (2 months ago)
- Last Synced: 2025-03-27T22:43:20.198Z (about 2 months ago)
- Topics: neovim, nvim, vim, vim-go, vim-lua, vim-node, vim-rust, vim-ts
- Language: Lua
- Homepage:
- Size: 78.1 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```