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