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-03-02 23:12:05 +01:00
|
|
|
- Please check out the original work from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim).
|
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
|
2026-03-02 23:11:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Resource / Disclaimer
|
|
|
|
|
This code is forked from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim). It is not my original work.
|