Skip to content

Commit

Permalink
Merge pull request #38 from alvarosevilla95/fix-fzf-lua
Browse files Browse the repository at this point in the history
fix: typo in fzf-files
  • Loading branch information
dlants authored Jan 27, 2025
2 parents a0d5fc8 + 013d0ba commit 5e99c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/magenta/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ M.log_job = function(log_level, is_stderr)
end

M.fzf_files = function()
local fzf = require("fzf")
local fzf = require("fzf-lua")
fzf.files(
{
raw = true, -- return just the raw path strings
Expand Down

0 comments on commit 5e99c74

Please sign in to comment.