mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +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 ,
|
function() require("chezmoi.pick")[LazyVim.pick.picker.name]() end ,
|
||||||
desc = "Chezmoi",
|
desc = "Chezmoi",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>sZ",
|
||||||
|
function() require("chezmoi.pick")[LazyVim.pick.picker.name](vim.fn.stdpath("config")) end ,
|
||||||
|
desc = "Chezmoi",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
edit = {
|
edit = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue