mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 02:23:50 -03:00
My personal Neovim configuration
.githooks | ||
lsp | ||
lua | ||
.luarc.json | ||
.stylua.toml | ||
init.lua | ||
lazy-lock.json | ||
LICENSE | ||
pic.jpg | ||
README.md |
My Neovim Configuration
This is my personal Neovim setup, tailored for a fast and minimal development workflow.
Installation
-
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
License
This configuration is available under the MIT License.