mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(fzf): path.dirname_first
This commit is contained in:
parent
ef0d55e651
commit
3b0810c003
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ return {
|
||||||
},
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
-- formatter = "path.filename_first",
|
-- formatter = "path.filename_first",
|
||||||
formatter = "path.hl",
|
formatter = "path.dirname_first",
|
||||||
},
|
},
|
||||||
-- Custom LazyVim option to configure vim.ui.select
|
-- Custom LazyVim option to configure vim.ui.select
|
||||||
ui_select = function(fzf_opts, items)
|
ui_select = function(fzf_opts, items)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue