mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-24 12:44:49 +02:00
fix(chezmoi): add hidden=false
to fzf picker
This commit is contained in:
parent
25abbf546d
commit
e86ae6e72c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ local pick_chezmoi = function()
|
|||
fzf_lua.actions.vimcmd_entry("ChezmoiEdit", selected, { cwd = os.getenv("HOME") })
|
||||
end,
|
||||
}
|
||||
fzf_lua.files({ cmd = "chezmoi managed --include=files,symlinks", actions = actions })
|
||||
fzf_lua.files({ cmd = "chezmoi managed --include=files,symlinks", actions = actions, hidden = false })
|
||||
elseif LazyVim.pick.picker.name == "snacks" then
|
||||
local results = require("chezmoi.commands").list({
|
||||
args = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue