My personal Neovim configuration
Find a file
2025-03-24 16:03:22 -03:00
.githooks chore: remove ecolog, i don't use it 2025-03-24 16:03:22 -03:00
lua chore: remove ecolog, i don't use it 2025-03-24 16:03:22 -03:00
.stylua.toml batman! 2024-12-21 12:38:40 -03:00
init.lua fix: cpu usage by noice 2025-02-09 09:15:30 -03:00
lazy-lock.json chore: remove ecolog, i don't use it 2025-03-24 16:03:22 -03:00
LICENSE chore: update license 2025-01-06 11:15:17 -03:00
pic.jpg batman! 2024-12-21 12:38:40 -03:00
README.md chore: remove ecolog, i don't use it 2025-03-24 16:03:22 -03:00

My Neovim Configuration

This is my personal Neovim setup, tailored for a fast and minimal development workflow.

Installation

  1. Clone the repo:

    git clone https://github.com/marianozunino/nvim.git ~/.config/nvim
    
  2. 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
    
  3. 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.

  4. Open Neovim:

    nvim
    

    Neovim Setup

License

This configuration is available under the MIT License.