Skip to content

codebam/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim using Minimal Neovim wrapper

To use:

To use as a home-manager module:

  • include mnw in your flake.nix
    mnw.url = "github:gerg-l/mnw";
  • include this in the inputs of your flake.nix
    neovim = {
      url = "github:codebam/neovim";
      inputs.nixpkgs.follows = "nixpkgs";
      inputs.mnw.follows = "mnw";
    };
  • import both the home-manager modules wherever you put your ./home.nix
                  inputs.mnw.homeManagerModules.default
                  inputs.neovim.homeManagerModules.default

About

My NeoVim Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published