A neovim config made with nvf
Lumi is a neovim configuration made with nvf for the best user experience while having sane defaults.
- Beautiful customization. Plugins are carefully chosen to make the config look good and consistent.
- A powerful environment. Lumi comes with a wide range of LSPs setup by default, aswell as other plugins to help you with developing.
- Nix integration. Lumi can be customized using nix modules system and accept a base16 colorscheme, so you can have it adapt to your rice.
You can install Lumi as a package by adding an input to your flake:
Lumi = {
url = "github:bananad3v/Lumi";
};
And then import a package somewhere in your configuration:
home.packages = [
inputs.Lumi.packages.${system}.default
];
Note
A way to install Lumi using a module for customization is coming soon.
You are welcome to contribute and ask for support. To do so, open an issue or submit a pull request.