my neovim configuration in nix
Nix 100.0%
53 1 0

Clone this repository

https://tangled.org/voxi0.tngl.sh/NixNvim
git@tangled.org:voxi0.tngl.sh/NixNvim

For self-hosted knots, clone URLs may differ based on your setup.

README.md

NixNvim

My personal Neovim configuration using NVF. This repo is used in my NixOS configuration, vodots.

Try it out -> nix run git+https://tangled.org/voxi0.tngl.sh/NixNvim

And for your information, I'm entirely way too lazy to document this although I will actually write proper documentation when I finally get around to rewriting my Neovim configuration.

Yes I'm rewriting these again it's been a long while since I touched my Neovim configuration so it's best to rewrite it just to make sure it stays clean and modern.

Just changing parts of it would be better and more time efficient yes but it's been so long that I bet a lot of things would have to be changed and it'd take me more effort to find all the changes to make compared to just, rewriting the entire thing from scratch. It ain't that hard to do a rewrite of this anyways, just somewhat annoying and the fact that I'm really lazy.

Acknowledgements#

  • NVF - Neovim configuration framework for Nix/NixOS that's modular, extensible and distro-agnostic.
  • radleylewis/nvim-lite - For showing lots of handy autocommands/keybinds and how to do cool stuff without plugins and in a very minimal way.