mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(fzf): path.dirname_first
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user