From b690aa49e622d3fb932ec4feea0f58e5cd26467b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 12 Apr 2025 21:52:08 +0200 Subject: [PATCH] dont use version by default --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index bf487ae..3f7c862 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -13,7 +13,7 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ defaults = { - version = '', + version = false, }, spec = { { import = 'plugins' },