nvim: after/plugin/fzf-lua: Always parse globs in grep
This commit is contained in:
parent
f8267b23b0
commit
1546762662
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ require'fzf-lua'.setup {
|
||||||
git_icons = false ,
|
git_icons = false ,
|
||||||
file_icons = false ,
|
file_icons = false ,
|
||||||
color_icons = false ,
|
color_icons = false ,
|
||||||
|
rg_glob = true ,
|
||||||
},
|
},
|
||||||
args = {
|
args = {
|
||||||
prompt = 'Args❯ ',
|
prompt = 'Args❯ ',
|
||||||
|
|
Loading…
Reference in a new issue