init
This commit is contained in:
23
nvim/lua/plugins/extras/editor/trouble-extended.lua
Normal file
23
nvim/lua/plugins/extras/editor/trouble-extended.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
"folke/trouble.nvim",
|
||||
opts = {
|
||||
keys = {
|
||||
e = "jump",
|
||||
l = "fold_open",
|
||||
L = "fold_open_recursive",
|
||||
h = "fold_close",
|
||||
H = "fold_close_recursive",
|
||||
},
|
||||
modes = {
|
||||
test = {
|
||||
mode = "diagnostics",
|
||||
preview = {
|
||||
type = "split",
|
||||
relative = "win",
|
||||
position = "right",
|
||||
size = 0.3,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user