nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

Add a configuration repository for inspiration?

Open no-mood opened this issue 2 years ago • 5 comments

Discussed in https://github.com/nix-community/nixvim/discussions/1295

Originally posted by no-mood March 20, 2024 Hi guys, I was starting to use nixvim (and nvim in general) and I was taking a look at the following configuration. Do you think it's a good idea to add a configuration repository, in the form of nix flakes, so that they can be grouped together and be used as inspiration? Thank you very much

no-mood avatar Mar 21 '24 14:03 no-mood

I was thinking it might make sense to take inspiration from kickstart.nvim, which is popular because it manages to cover the basics while remaining small & simple, but also including a ton of inline documentation explaining pretty much everything.

Maybe even directly port kickstart.nvim to nixvim more or less one-for-one (kickstart.nixvim 😂)? It'd be interesting to compare the same config written in nix vs lua...

It would probably make sense to include a kickstart style example in this repo (as a nix template), and have nix check test that the config is valid. That way it'd always be up to date with the latest breaking changes.

MattSturgeon avatar Mar 22 '24 04:03 MattSturgeon

kickstart.nvim.nix 🤣

hbjydev avatar Mar 22 '24 11:03 hbjydev

I'm open to try and port it to nixvim, even without experience. What do you think? It could take less time for someone more experienced to do it, but I'm okay with that. If I start this project, what is the best approach?

no-mood avatar Mar 22 '24 14:03 no-mood

I plan to give it a shot (maybe on stream) this WE. Your feedback, as a new user, will be very valuable of course.

GaetanLepage avatar Mar 22 '24 14:03 GaetanLepage

I'd love it! Keep us update, I'll participate for sure.

no-mood avatar Mar 22 '24 14:03 no-mood