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 = {
|
||||
auto_close = true,
|
||||
modes = {
|
||||
diagnostics = { auto_open = true },
|
||||
diagnostics = {
|
||||
auto_open = false,
|
||||
},
|
||||
},
|
||||
|
||||
win = { position = "right" },
|
||||
|
|
Loading…
Add table
Reference in a new issue