dont use version by default

This commit is contained in:
Oliver Hartmann 2025-04-12 21:52:08 +02:00
parent 13eddb6b56
commit b690aa49e6

View File

@ -13,7 +13,7 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
defaults = {
version = '',
version = false,
},
spec = {
{ import = 'plugins' },