Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 713 Bytes

My neovim config

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.

Update process

  1. Create a branch: git switch -c update $(date -Idate)
  2. update the flake lock: nix flake update --commit-lock-file
  3. optional fix build errors
  4. update neovim lock: nix run .#updateNvim
  5. optional fix build errors
  6. update plugins: nix run .#updatePlugins
  7. optional fix build errors
  8. optional update this instructions 😀

Inspiration