@@ -113,7 +113,7 @@ M.defaults = {
113
113
fzf_bin = nil ,
114
114
fzf_opts = {
115
115
[" --ansi" ] = true ,
116
- [" --info" ] = " inline" ,
116
+ [" --info" ] = " inline-right " ,
117
117
[" --height" ] = " 100%" ,
118
118
[" --layout" ] = " reverse" ,
119
119
[" --border" ] = " none" ,
@@ -203,7 +203,7 @@ M.defaults.files = {
203
203
cwd_prompt = true ,
204
204
cwd_prompt_shorten_len = 32 ,
205
205
cwd_prompt_shorten_val = 1 ,
206
- fzf_opts = { [" --info " ] = " default " , [ " -- multi" ] = true },
206
+ fzf_opts = { [" --multi" ] = true },
207
207
_fzf_nth_devicons = true ,
208
208
git_status_cmd = {
209
209
" git" , " -c" , " color.status=false" , " --no-optional-locks" , " status" , " --porcelain=v1" },
@@ -342,7 +342,7 @@ M.defaults.grep = {
342
342
file_icons = true and M ._has_devicons ,
343
343
color_icons = true ,
344
344
git_icons = true ,
345
- fzf_opts = { [" --info " ] = " default " , [ " -- multi" ] = true },
345
+ fzf_opts = { [" --multi" ] = true },
346
346
grep_opts = utils .is_darwin ()
347
347
and " --binary-files=without-match --line-number --recursive --color=always "
348
348
.. " --extended-regexp -e"
@@ -523,7 +523,6 @@ M.defaults.tags = {
523
523
[" --no-multi" ] = true ,
524
524
[" --delimiter" ] = string.format (" [:%s]" , utils .nbsp ),
525
525
[" --tiebreak" ] = " begin" ,
526
- [" --info" ] = " default" ,
527
526
},
528
527
_actions = function () return M .globals .actions .files end ,
529
528
actions = { [" ctrl-g" ] = { actions .grep_lgrep } },
@@ -545,7 +544,6 @@ M.defaults.btags = {
545
544
[" --delimiter" ] = string.format (" [:%s]" , utils .nbsp ),
546
545
[" --with-nth" ] = " 1,-1" ,
547
546
[" --tiebreak" ] = " begin" ,
548
- [" --info" ] = " default" ,
549
547
},
550
548
_actions = function () return M .globals .actions .files end ,
551
549
actions = { [" ctrl-g" ] = false },
@@ -571,7 +569,6 @@ M.defaults.awesome_colorschemes = {
571
569
live_preview = true ,
572
570
max_threads = 5 ,
573
571
fzf_opts = {
574
- [" --info" ] = " default" ,
575
572
[" --multi" ] = true ,
576
573
[" --delimiter" ] = " [:]" ,
577
574
[" --with-nth" ] = " 3.." ,
@@ -678,7 +675,6 @@ M.defaults.lsp.symbols = {
678
675
fzf_opts = {
679
676
[" --delimiter" ] = string.format (" [:%s]" , utils .nbsp ),
680
677
[" --tiebreak" ] = " begin" ,
681
- [" --info" ] = " default" ,
682
678
[" --no-multi" ] = true ,
683
679
},
684
680
line_field_index = " {-2}" , -- line field index
@@ -707,7 +703,6 @@ M.defaults.lsp.symbols = {
707
703
M .defaults .lsp .finder = {
708
704
previewer = M ._default_previewer_fn ,
709
705
prompt = " LSP Finder> " ,
710
- fzf_opts = { [" --info" ] = " default" },
711
706
file_icons = true and M ._has_devicons ,
712
707
color_icons = true ,
713
708
git_icons = false ,
0 commit comments