Files
my-nvim-setup/README.md
2026-03-02 23:12:05 +01:00

19 lines
657 B
Markdown

# TinyVim (my setup)
- Minimal Neovim config meant to be a starting point for new neovim users.
- Please check out the original work from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim).
# 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
## Resource / Disclaimer
This code is forked from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim). It is not my original work.