Ecosyste.ms: Awesome
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: 3 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T09:53:20.000Z (4 months ago)
- Last Synced: 2024-08-04T10:56:00.849Z (4 months ago)
- Topics: neovim, nvim, vim, vim-go, vim-lua, vim-node, vim-rust, vim-ts
- Language: Lua
- Homepage:
- Size: 72.3 KB
- Stars: 13
- 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
```bash
git clone https://github.com/jerryshell/mnv ~/.config/nvim
```