Sin descripción

Mariano Z. 1020911f18 chore: remove ecolog, i don't use it hace 10 meses
.githooks 1020911f18 chore: remove ecolog, i don't use it hace 10 meses
lua 1020911f18 chore: remove ecolog, i don't use it hace 10 meses
.stylua.toml ae7d9bf4b6 batman! hace 1 año
LICENSE c52e7a518e chore: update license hace 1 año
README.md 1020911f18 chore: remove ecolog, i don't use it hace 10 meses
init.lua 839578bf0c fix: cpu usage by noice hace 1 año
lazy-lock.json 1020911f18 chore: remove ecolog, i don't use it hace 10 meses
pic.jpg ae7d9bf4b6 batman! hace 1 año

README.md

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.

  1. Open Neovim:

    nvim
    

Neovim Setup

License

This configuration is available under the MIT License.