File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,11 @@ opts = function(_, opts)
159
159
if LazyVim .has (" trouble.nvim" ) then
160
160
return vim .tbl_deep_extend (" force" , opts or {}, {
161
161
picker = {
162
- actions = require (" trouble.sources.snacks" ).actions ,
162
+ actions = {
163
+ trouble_open = function (...)
164
+ return require (" trouble.sources.snacks" ).actions .trouble_open .action (... )
165
+ end ,
166
+ },
163
167
win = {
164
168
input = {
165
169
keys = {
188
192
if LazyVim .has (" trouble.nvim" ) then
189
193
return vim .tbl_deep_extend (" force" , opts or {}, {
190
194
picker = {
191
- actions = require (" trouble.sources.snacks" ).actions ,
195
+ actions = {
196
+ trouble_open = function (...)
197
+ return require (" trouble.sources.snacks" ).actions .trouble_open .action (... )
198
+ end ,
199
+ },
192
200
win = {
193
201
input = {
194
202
keys = {
You can’t perform that action at this time.
0 commit comments