|
|
il y a 8 mois | |
|---|---|---|
| .githooks | il y a 10 mois | |
| lsp | il y a 8 mois | |
| lua | il y a 8 mois | |
| .luarc.json | il y a 8 mois | |
| .stylua.toml | il y a 1 an | |
| LICENSE | il y a 1 an | |
| README.md | il y a 10 mois | |
| init.lua | il y a 9 mois | |
| lazy-lock.json | il y a 8 mois | |
| pic.jpg | il y a 1 an |
This is my personal Neovim setup, tailored for a fast and minimal development workflow.
Clone the repo:
git clone https://github.com/marianozunino/nvim.git ~/.config/nvim
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:
git config core.hooksPath .githooks
Make sure that stylua is installed via Mason:
:MasonInstall stylua
This configuration relies on stylua being installed by Mason at ~/.local/share/nvim/mason/bin/stylua.
Open Neovim:
nvim
This configuration is available under the MIT License.