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.
- Colorscheme: kanagawa
- Font: Hack (patched, see Nerd Fonts)
Clone this repository to ~/.config/nvim
:
git clone --recurse-submodules https://github.com/AlxHnr/nvim ~/.config/nvim
All the code in this repository, excluding ./pack/third-party/
, is CC0 licensed.