Skip to content
/ nvim Public
forked from marianozunino/nvim

My personal Neovim configuration

License

Notifications You must be signed in to change notification settings

vymarkov/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My personal Neovim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 99.4%
  • Shell 0.6%