refactor(nvim): do not auto open trouble

This commit is contained in:
Price Hiller 2023-09-30 16:48:47 -05:00
parent 63b121d12c
commit d94496b1a7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -46,7 +46,7 @@ return {
end
})
require("trouble").setup({
auto_open = true,
auto_open = false,
auto_close = true,
position = "right",
action_keys = {