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,
|
||||
auto_close = true,
|
||||
auto_jump = true,
|
||||
modes = {
|
||||
quickfix = {
|
||||
auto_open = true,
|
||||
},
|
||||
},
|
||||
win = {
|
||||
position = "right",
|
||||
type = "split",
|
||||
|
Loading…
Reference in New Issue
Block a user