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