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