|
|
hace 2 meses | |
|---|---|---|
| .githooks | hace 4 meses | |
| .vscode | hace 5 meses | |
| lsp | hace 4 meses | |
| lua | hace 3 meses | |
| plugin | hace 5 meses | |
| .luarc.json | hace 8 meses | |
| .stylua.toml | hace 1 año | |
| LICENSE | hace 1 año | |
| README.md | hace 10 meses | |
| init.lua | hace 5 meses | |
| lazy-lock.json | hace 2 meses | |
| pic.jpg | hace 1 año |
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.