Skip to content

Commit

Permalink
neovim: disable lazy update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Oct 21, 2024
1 parent 2d001d3 commit eba9399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -635,5 +635,5 @@ 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, frequency = 86400 },
})

0 comments on commit eba9399

Please sign in to comment.