feat: disable diagnostics auto open
This commit is contained in:
parent
1434df5a68
commit
bfc4932bd8
1 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,9 @@ require("lazy").setup({
|
||||||
opts = {
|
opts = {
|
||||||
auto_close = true,
|
auto_close = true,
|
||||||
modes = {
|
modes = {
|
||||||
diagnostics = { auto_open = true },
|
diagnostics = {
|
||||||
|
auto_open = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
win = { position = "right" },
|
win = { position = "right" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue