fix: Disable annoying lazy.nvim popups
This commit is contained in:
parent
e0da358af8
commit
52cbe91e75
3 changed files with 3 additions and 3 deletions
|
@ -94,5 +94,5 @@ require("lazy").setup({
|
|||
},
|
||||
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
||||
install = { missing = true, colorscheme = { "habamax" } },
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = true, notify = false },
|
||||
})
|
||||
|
|
|
@ -62,6 +62,6 @@ require("lazy").setup({
|
|||
},
|
||||
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
||||
install = { missing = true, colorscheme = { "habamax" } },
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = true, notify = false },
|
||||
})
|
||||
|
||||
|
|
|
@ -62,6 +62,6 @@ require("lazy").setup({
|
|||
},
|
||||
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
||||
install = { missing = true, colorscheme = { "habamax" } },
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = true, notify = false },
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue