Skip to content

KeyZox71/nvim

 
 

Repository files navigation

My nixxed neovim config ❄️

Installation

Via Nix

You can install via nix profile

nix profile install github:keyzox71/nvim 

Or with an overlay via the flake

Add the input to your flake

keyznvim.url = "github:keyzox71/nvim";

And add the overlay to your nixpkgs

nixpkgs.overlays = [
	inputs.keyznvim.overlays.default
];

And finally add the package to your home or nixos package

nixpkgs.keyznvim

Or you can just run the flake

nix run github:keyzox71/nvim

Standalone installation

Just clone the repo into the nvim config

git clone https://github.com/keyzox71/nvim ~/.config/nvim

or on Windows

git clone https://github.com/keyzox71/nvim ~/AppData/Local/nvim

Contributing

Feel free to contribute to this project but there is a few rule you need to follow in CONTRIBUTING.md

Liscence and credit

For nixxing kickstart-nix.nvim was used and modified to fit my need
Base config bonsthie.nvim early version but heavily modified to fit my need

About

❄️ my beautiful nixxed neovim config (Inspired by @bonsthie config)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 50.7%
  • Nix 49.1%
  • Shell 0.2%