Skip to content

Commit 18ee82b

Browse files
committed
fix(skim): unset RUST_LOG (closes #1959)
1 parent 98fb51f commit 18ee82b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lua/fzf-lua/fzf.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ function M.raw_fzf(contents, fzf_cli_args, opts)
300300
-- with fzf-lua's rg opts (#1266)
301301
["RIPGREP_CONFIG_PATH"] = type(opts.RIPGREP_CONFIG_PATH) == "string"
302302
and libuv.expand(opts.RIPGREP_CONFIG_PATH) or "",
303+
-- Prevents spamming rust logs with skim (#1959)
304+
["RUST_LOG"] = "",
303305
},
304306
on_exit = function(_, rc, _)
305307
local output = {}

0 commit comments

Comments
 (0)