Updates keybindings and disables Lazy checker
This commit is contained in:
parent
ac2965506b
commit
a8d76f7f4d
3 changed files with 6 additions and 3 deletions
|
|
@ -75,5 +75,5 @@ require("lazy").setup({
|
|||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "rose-pine" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = false },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue