Skip to content
/ lvim Public

An opiniated neovim config, written almost is Lua but set up with Nix!

License

Notifications You must be signed in to change notification settings

zoedsoupe/lvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lvim

An opiniated neovim config, written almost is Lua but set up with Nix!

Executing

You can run with the sane default with nix-flake:

nix run github:zoedsoupe/lvim#apps.<system>.lvim

Where <system> is your system architecture.

Add to Nix Flake project

You can use this config in your personal nix config using the overlay provieded, as:

{
    inputs = {
        # ...
        lvim.url = "github:zoedsoupe/lvim";
    };

    outputs = { lvim, ... }:
        let
            overlays = [ lvim.overlays."${system}".default ];
        in
        {
            # ...
        };
}

About

An opiniated neovim config, written almost is Lua but set up with Nix!

Topics

Resources

License

Stars

Watchers

Forks

Languages