Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 2.44 KB

README.md

File metadata and controls

76 lines (60 loc) · 2.44 KB

A neovim config made with nvf


What is Lumi?

Lumi is a neovim configuration made with nvf for the best user experience while having sane defaults.

Main screen

More images Working on Lumi Markdown rendering Telescope theming

Features

  • 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.

Installation

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.

Contributing and support

You are welcome to contribute and ask for support. To do so, open an issue or submit a pull request.