Many improvements.
This commit is contained in:
parent
bcb5556f7c
commit
30e94f86f0
10 changed files with 247 additions and 7 deletions
|
|
@ -31,5 +31,8 @@ require("lazy").setup({
|
|||
-- colorscheme that will be used when installing plugins.
|
||||
install = {},
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
checker = {
|
||||
enabled = true,
|
||||
notify = false,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue