Skip to content

Commit

Permalink
fix: remove nvim as pager
Browse files Browse the repository at this point in the history
It caused issues with difftastic
  • Loading branch information
FredeHoey committed Oct 29, 2024
1 parent 9d9c1ff commit 4365b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ in {
push.useForceIfIncludes = true;
rerere.enabled = true;
color.pager = false;
core.pager = "nvim -R";
};
};
neovim = {
Expand Down

0 comments on commit 4365b86

Please sign in to comment.