|
|
преди 6 месеца | |
|---|---|---|
| .githooks | преди 10 месеца | |
| lsp | преди 7 месеца | |
| lua | преди 7 месеца | |
| .luarc.json | преди 8 месеца | |
| .stylua.toml | преди 1 година | |
| LICENSE | преди 1 година | |
| README.md | преди 10 месеца | |
| init.lua | преди 9 месеца | |
| lazy-lock.json | преди 6 месеца | |
| pic.jpg | преди 1 година |
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.