We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e730d9 commit 03af121Copy full SHA for 03af121
1 file changed
nvim/lua/plugins/specs/lsp/trouble.lua
@@ -8,6 +8,26 @@ return {
8
},
9
10
cmd = "Trouble",
11
+ specs = {
12
+ "folke/snacks.nvim",
13
+ opts = function(_, opts)
14
+ return vim.tbl_deep_extend("force", opts or {}, {
15
+ picker = {
16
+ actions = require("trouble.sources.snacks").actions,
17
+ win = {
18
+ input = {
19
+ keys = {
20
+ ["<c-t>"] = {
21
+ "trouble_open",
22
+ mode = { "n", "i" },
23
+ },
24
25
26
27
28
+ })
29
+ end,
30
31
keys = {
32
{
33
"<leader>xx",
0 commit comments