mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 20:41:08 +00:00
Add <leader>sZ mapping to search only nvim config files with chezmoi
This commit is contained in:
parent
50f07087e9
commit
bab12034b4
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue