added explicit telescope args

This commit is contained in:
Daveanand Mannie
2024-08-30 14:38:23 -04:00
parent c7f2ef47ac
commit 2bf0b42e93

View File

@@ -36,6 +36,15 @@ return {
layout_config = { prompt_position = "bottom" }, layout_config = { prompt_position = "bottom" },
sorting_strategy = "descending", sorting_strategy = "descending",
winblend = 0, winblend = 0,
vimgrep_arguments = {
'rg',
'--color=never',
'--no-heading',
'--with-filename',
'--line-number',
'--column',
'--smart-case',
},
}, },
} }
-- Load the fzf extension -- Load the fzf extension