diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 13:34:50 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 13:34:50 +0100 |
| commit | 66124eda7538ebe7f94fa653e2c978ca43256ea1 (patch) | |
| tree | a67d06da7c4271c7593fea67425fce3533620ddc /lua | |
| parent | f948c41268fecff787feb8913ad950f16f67ee2e (diff) | |
✨feat: disabled automatic updates
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 5cc79ef..dc1196c 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -22,5 +22,5 @@ require("lazy").setup({ { import = "plugins" }, }, -- automatically check for plugin updates - checker = { enabled = true }, + -- checker = { enabled = true }, }) |
