Skip to content

Commit

Permalink
chore: use lir
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jan 25, 2025
1 parent 9bae59f commit 971e0d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fnl/prelude.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
[:gb (cmd :ToggleGitBlame) (desc " blame")]
;; filter
[:tb
(lcmd "require('oil').toggle_float()")
; (lcmd "require('oil').toggle_float()")
(lcmd "require('lir.float').toggle()")
(desc " explorer")]
[:tB
(lcmd "require('oil').open()")
Expand Down
2 changes: 1 addition & 1 deletion lua/autogen/prelude.lua

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

2 changes: 1 addition & 1 deletion main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ let
copilot-chat
dotfyle-metadata
hardtime
# lir
lir
logrotate
menu
minty
Expand Down

0 comments on commit 971e0d6

Please sign in to comment.