Add <leader>sZ mapping to search only nvim config files with chezmoi

This commit is contained in:
Thomas Vandal 2025-11-16 14:07:20 -05:00
parent 50f07087e9
commit bab12034b4

View file

@ -16,6 +16,11 @@ return {
function() require("chezmoi.pick")[LazyVim.pick.picker.name]() end ,
desc = "Chezmoi",
},
{
"<leader>sZ",
function() require("chezmoi.pick")[LazyVim.pick.picker.name](vim.fn.stdpath("config")) end ,
desc = "Chezmoi",
},
},
opts = {
edit = {