This commit is contained in:
Mariano Z. 2024-12-21 11:22:16 -03:00
commit ae7d9bf4b6
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
63 changed files with 2160 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# My Neovim Configuration
This is my personal Neovim setup, tailored for a fast and minimal development workflow.
## Installation
1. Clone the repo:
```bash
git clone https://github.com/marianozunino/nvim.git ~/.config/nvim
```
2. Open Neovim
![Neovim Setup](pic.jpg)
## License
This configuration is available under the [MIT License](LICENSE).