upd
This commit is contained in:
@ -31,7 +31,10 @@ require("lazy").setup({
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "habamax" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
checker = {
|
||||
enabled = true,
|
||||
notify = false
|
||||
},
|
||||
})
|
||||
|
||||
local function augroup(name)
|
||||
|
||||
Reference in New Issue
Block a user