@@ -494,6 +494,10 @@ M.defaults.tags = {
494
494
file_icons = true and M ._has_devicons ,
495
495
git_icons = true ,
496
496
color_icons = true ,
497
+ fzf_opts = {
498
+ [" --delimiter" ] = string.format (" '[:%s]'" , utils .nbsp ),
499
+ [" --tiebreak" ] = " begin" ,
500
+ },
497
501
_actions = function () return M .globals .actions .files end ,
498
502
actions = { [" ctrl-g" ] = { actions .grep_lgrep } },
499
503
}
@@ -502,16 +506,16 @@ M.defaults.btags = {
502
506
previewer = { _ctor = previewers .builtin .tags },
503
507
prompt = " BTags> " ,
504
508
ctags_file = nil , -- auto-detect
505
- rg_opts = " --no-heading --color=always " ,
506
- grep_opts = " --color=auto --perl-regexp" ,
509
+ rg_opts = " --color=never --no-heading " ,
510
+ grep_opts = " --color=never --perl-regexp" ,
507
511
multiprocess = true ,
508
- file_icons = true and M . _has_devicons ,
509
- git_icons = true ,
512
+ file_icons = false ,
513
+ git_icons = false ,
510
514
color_icons = true ,
511
515
fzf_opts = {
512
- [" --delimiter" ] = " '[:]'" ,
513
- [" --with-nth" ] = " 2.. " ,
514
- [" --tiebreak" ] = " index " ,
516
+ [" --delimiter" ] = string.format ( " '[:%s ]'" , utils . nbsp ) ,
517
+ [" --with-nth" ] = " 1,-1 " ,
518
+ [" --tiebreak" ] = " begin " ,
515
519
},
516
520
_actions = function () return M .globals .actions .files end ,
517
521
actions = { [" ctrl-g" ] = false },
0 commit comments