chore: remove ecolog, i don't use it

This commit is contained in:
Mariano Z. 2025-03-24 13:07:00 -03:00
parent c48f8a2b92
commit 1020911f18
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
7 changed files with 164 additions and 105 deletions

View file

@ -5,12 +5,33 @@ This is my personal Neovim setup, tailored for a fast and minimal development wo
## Installation
1. Clone the repo:
```bash
git clone https://github.com/marianozunino/nvim.git ~/.config/nvim
```
2. Open Neovim
![Neovim Setup](pic.jpg)
2. Set up Git hooks (optional but recommended):
If you'd like to automatically format Lua files before committing, configure Git to use the custom `.githooks` directory:
```bash
git config core.hooksPath .githooks
```
3. Make sure that `stylua` is installed via Mason:
```bash
:MasonInstall stylua
```
This configuration relies on `stylua` being installed by Mason at `~/.local/share/nvim/mason/bin/stylua`.
4. Open Neovim:
```bash
nvim
```
![Neovim Setup](pic.jpg)
## License