Files
my-nvim-setup/README.md
Mann Patel 24b326a138 init
2026-02-23 23:17:23 -07:00

16 lines
434 B
Markdown

# TinyVim (my setup)
- Minimal Neovim config meant to be a starting point for new neovim users.
- Please
# Install
1. Linux or MacOS
```bash
git clone https://codeberg.org/mannpatel/my-nvim-setup.git ~/.config/nvim && nvim
```
2. Windows
```bash
git clone https://codeberg.org/mannpatel/my-nvim-setup.git $HOME\AppData\Local\nvim --depth 1 && nvim
```
3. Run `:MasonInstallAll` command after lazy.nvim finishes downloading plugins