Skip to content
/ nvim Public
forked from bonsthie/nvim

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

License

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published

Languages

  • Lua 50.1%
  • Nix 49.7%
  • Shell 0.2%