Skip to content

Commit

Permalink
Reduce plugin update check frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
speshak committed Mar 4, 2024
1 parent f053ada commit b403477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot_config/nvim/lua/core/bootstrap.lua.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ local opts = {
},
ui = { custom_keys = { false } },
install = { colorscheme = { 'tokyonight' } },
checker = { enabled = true },
- checker = {
- enabled = true,
- frequency = 86400
- },
performance = {
rtp = {
disabled_plugins = {
Expand Down

0 comments on commit b403477

Please sign in to comment.