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
.
- Create a branch:
git switch -c update $(date -Idate)
- update the flake lock:
nix flake update --commit-lock-file
- optional fix build errors
- update neovim lock:
nix run .#updateNvim
- optional fix build errors
- update plugins:
nix run .#updatePlugins
- optional fix build errors
- optional update this instructions 😀