refactor(nvim): do not auto open trouble
This commit is contained in:
parent
63b121d12c
commit
d94496b1a7
@ -46,7 +46,7 @@ return {
|
||||
end
|
||||
})
|
||||
require("trouble").setup({
|
||||
auto_open = true,
|
||||
auto_open = false,
|
||||
auto_close = true,
|
||||
position = "right",
|
||||
action_keys = {
|
||||
|
Loading…
Reference in New Issue
Block a user