added explicit telescope args
This commit is contained in:
@@ -36,6 +36,15 @@ return {
|
||||
layout_config = { prompt_position = "bottom" },
|
||||
sorting_strategy = "descending",
|
||||
winblend = 0,
|
||||
vimgrep_arguments = {
|
||||
'rg',
|
||||
'--color=never',
|
||||
'--no-heading',
|
||||
'--with-filename',
|
||||
'--line-number',
|
||||
'--column',
|
||||
'--smart-case',
|
||||
},
|
||||
},
|
||||
}
|
||||
-- Load the fzf extension
|
||||
|
||||
Reference in New Issue
Block a user