Skip to content

BANanaD3V/Lumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The best neovim config made with nix and lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages