|
|
hai 7 meses | |
|---|---|---|
| .githooks | hai 10 meses | |
| lsp | hai 7 meses | |
| lua | hai 7 meses | |
| .luarc.json | hai 8 meses | |
| .stylua.toml | hai 1 ano | |
| LICENSE | hai 1 ano | |
| README.md | hai 10 meses | |
| init.lua | hai 9 meses | |
| lazy-lock.json | hai 7 meses | |
| pic.jpg | hai 1 ano |
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.