From 3d092f8c7d89cbbe03b138b688b48dc2762bcbeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Feb 2025 17:15:42 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/extras/editor/snacks_picker.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/extras/editor/snacks_picker.md b/docs/extras/editor/snacks_picker.md index bcd519efa..30712888e 100644 --- a/docs/extras/editor/snacks_picker.md +++ b/docs/extras/editor/snacks_picker.md @@ -159,7 +159,11 @@ opts = function(_, opts) if LazyVim.has("trouble.nvim") then return vim.tbl_deep_extend("force", opts or {}, { picker = { - actions = require("trouble.sources.snacks").actions, + actions = { + trouble_open = function(...) + return require("trouble.sources.snacks").actions.trouble_open.action(...) + end, + }, win = { input = { keys = { @@ -188,7 +192,11 @@ end if LazyVim.has("trouble.nvim") then return vim.tbl_deep_extend("force", opts or {}, { picker = { - actions = require("trouble.sources.snacks").actions, + actions = { + trouble_open = function(...) + return require("trouble.sources.snacks").actions.trouble_open.action(...) + end, + }, win = { input = { keys = {