We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e5704 commit 8d028f4Copy full SHA for 8d028f4
lua/astrocommunity/diagnostics/trouble-nvim/init.lua
@@ -51,6 +51,27 @@ return {
51
table.insert(opts.bottom, "Trouble")
52
end,
53
},
54
+ {
55
+ "folke/snacks.nvim",
56
+ optional = true,
57
+ opts = function(_, opts)
58
+ return vim.tbl_deep_extend("force", opts or {}, {
59
+ picker = {
60
+ actions = require("trouble.sources.snacks").actions,
61
+ win = {
62
+ input = {
63
+ keys = {
64
+ ["<c-t>"] = {
65
+ "trouble_open",
66
+ mode = { "n", "i" },
67
+ },
68
69
70
71
72
+ })
73
+ end,
74
75
{
76
"catppuccin",
77
optional = true,
0 commit comments