feat(nvim): improve trouble quickfix handling
This commit is contained in:
parent
c0e494bdf2
commit
1f1ee63b7b
@ -68,7 +68,14 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
focus = true,
|
focus = true,
|
||||||
auto_close = true,
|
auto_close = true,
|
||||||
|
auto_jump = true,
|
||||||
|
modes = {
|
||||||
|
quickfix = {
|
||||||
|
auto_open = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
win = {
|
win = {
|
||||||
|
position = "right",
|
||||||
type = "split",
|
type = "split",
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
Loading…
Reference in New Issue
Block a user