This is my approach to a neovim configuration.
If you want to try it and are using nix already and have flakes enabled, you
can just run nix run github:nobbz/nobbz-vim, you might have to move/rename
existing configuration in ~/.config/nvim temporarily.
- Create a branch:
git switch -c update $(date -Idate) - update the flake lock:
nix flake update --commit-lock-file - optional fix build errors
- update plugins:
nix run .#update-plugins - optional fix build errors
- optional update these instructions 😀
- @Gerg nvim config (before he switched to
mnw) - @ViperML nvim config (lazy loading implementation, also the idea of having health checks)