mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
chore: remove ecolog, i don't use it
This commit is contained in:
parent
c48f8a2b92
commit
1020911f18
7 changed files with 164 additions and 105 deletions
25
README.md
25
README.md
|
@ -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
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue