|
|
пре 2 месеци | |
|---|---|---|
| .githooks | пре 4 месеци | |
| .vscode | пре 5 месеци | |
| lsp | пре 4 месеци | |
| lua | пре 3 месеци | |
| plugin | пре 5 месеци | |
| .luarc.json | пре 8 месеци | |
| .stylua.toml | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 10 месеци | |
| init.lua | пре 5 месеци | |
| lazy-lock.json | пре 2 месеци | |
| 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.