@@ -624,11 +624,11 @@ require'fzf-lua'.setup {
624
624
-- set to `false` to remove a flag
625
625
-- set to '' for a non-value flag
626
626
-- for raw args use `fzf_args` instead
627
- [' --ansi' ] = ' ' ,
628
- [' --info' ] = ' inline' ,
629
- [' --height' ] = ' 100%' ,
630
- [' --layout' ] = ' reverse' ,
631
- [' --border' ] = ' none' ,
627
+ [" --ansi" ] = " " ,
628
+ [" --info" ] = " inline" ,
629
+ [" --height" ] = " 100%" ,
630
+ [" --layout" ] = " reverse" ,
631
+ [" --border" ] = " none" ,
632
632
},
633
633
-- Only used when fzf_bin = "fzf-tmux", by default opens as a
634
634
-- popup 80% width, 80% height (note `-p` requires tmux > 3.2)
@@ -1008,7 +1008,7 @@ require'fzf-lua'.setup {
1008
1008
-- 'tags_live_grep' options, `rg` prioritizes over `grep`
1009
1009
rg_opts = " --no-heading --color=always --smart-case" ,
1010
1010
grep_opts = " --color=auto --perl-regexp" ,
1011
- fzf_opts = { [" --tiebreak" ] = " begin" },
1011
+ fzf_opts = { [" --info " ] = " default " , [ " -- tiebreak" ] = " begin" },
1012
1012
actions = {
1013
1013
-- actions inherit from 'actions.files' and merge
1014
1014
-- this action toggles between 'grep' and 'live_grep'
@@ -1026,7 +1026,7 @@ require'fzf-lua'.setup {
1026
1026
git_icons = false ,
1027
1027
rg_opts = " --color=never --no-heading" ,
1028
1028
grep_opts = " --color=never --perl-regexp" ,
1029
- fzf_opts = { [" --tiebreak" ] = " begin" },
1029
+ fzf_opts = { [" --info " ] = " default " , [ " -- tiebreak" ] = " begin" },
1030
1030
-- actions inherit from 'actions.files'
1031
1031
},
1032
1032
colorschemes = {
0 commit comments