Skip to content

AlxHnr/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal neovim setup

This repository contains a minimal and self-contained configuration for Neovim. All plugins are bundled as static submodules with no hidden post-install magic. The config is reloadable at runtime, which allows tinkering without having to restart neovim. Reloading happens automatically each time init.lua is saved to disk. Custom settings can be added to ./custom/init.lua and will not be tracked by git.

Screenshot

screenshot

Dependencies

Installation

Clone this repository to ~/.config/nvim:

git clone --recurse-submodules https://github.com/AlxHnr/nvim ~/.config/nvim

License

All the code in this repository, excluding ./pack/third-party/, is CC0 licensed.