Skip to content
/ nvim Public
forked from bonsthie/nvim

my nixxed neovim config ❄️

License

Notifications You must be signed in to change notification settings

KeyZox71/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 nixxed neovim config ❄️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 50.0%
  • Lua 49.8%
  • Shell 0.2%