nvim: after/plugin/fzf-lua: Always parse globs in grep

This commit is contained in:
Sanchayan Maity 2023-05-08 18:06:18 +05:30
parent f8267b23b0
commit 1546762662
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ require'fzf-lua'.setup {
git_icons = false ,
file_icons = false ,
color_icons = false ,
rg_glob = true ,
},
args = {
prompt = 'Args ',