refactor(nvim): do not auto open quickfix in trouble.nvim
This commit is contained in:
parent
6ef9789cfa
commit
6d913a741c
@ -69,11 +69,6 @@ return {
|
|||||||
focus = true,
|
focus = true,
|
||||||
auto_close = true,
|
auto_close = true,
|
||||||
auto_jump = true,
|
auto_jump = true,
|
||||||
modes = {
|
|
||||||
quickfix = {
|
|
||||||
auto_open = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
win = {
|
win = {
|
||||||
position = "right",
|
position = "right",
|
||||||
type = "split",
|
type = "split",
|
||||||
|
Loading…
Reference in New Issue
Block a user