fix(fzf): path.dirname_first

This commit is contained in:
Folke Lemaitre
2024-06-12 20:54:56 +02:00
parent ef0d55e651
commit 3b0810c003

View File

@@ -83,7 +83,7 @@ return {
},
defaults = {
-- formatter = "path.filename_first",
formatter = "path.hl",
formatter = "path.dirname_first",
},
-- Custom LazyVim option to configure vim.ui.select
ui_select = function(fzf_opts, items)