Skip to content

Commit

Permalink
fix!(nvim): breaking options
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 25, 2024
1 parent 42baa71 commit 6239104
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 217 deletions.
109 changes: 45 additions & 64 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/icons.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ let
circleLeft1 = "";
circleRight = "";
circleRight1 = "";
hint = "";
info = "ℹ";
info1 = "";
info2 = "";
Expand Down Expand Up @@ -75,5 +76,4 @@ let
star = "";
indent = "▎";
};
in
icons // { withIcon = iconName: s: "${icons.${iconName}} ${s}"; }
in icons // { withIcon = iconName: s: "${icons.${iconName}} ${s}"; }
Loading

0 comments on commit 6239104

Please sign in to comment.