# 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 ## Resource / Disclaimer This code is forked from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim). It is not my original work.