Updates keybindings and disables Lazy checker

This commit is contained in:
Dennis Schoepf 2025-01-27 22:48:53 +01:00
parent ac2965506b
commit a8d76f7f4d
3 changed files with 6 additions and 3 deletions

View file

@ -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 },
})