16 lines
434 B
Markdown
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
|