Skip to content

Commit 3f283f9

Browse files
committed
fix snacks picker grep call syntax
1 parent e769ac1 commit 3f283f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/z_gdw.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ return {
136136
-- Original is here: https://github.com/AstroNvim/AstroNvim/blob/e3434ed8ba30af34b36d270b0197b91e444b9363/lua/astronvim/plugins/telescope.lua#L71-L77
137137
if vim.fn.executable "rg" == 1 then
138138
maps.n["<Leader>fw"] = {
139-
function() require("snacks").picker.grep() { hidden = true, ignored = false } end,
139+
function() require("snacks").picker.grep { hidden = true, ignored = false } end,
140140
desc = "Find words",
141141
}
142142
end

0 commit comments

Comments
 (0)