From 5a98897bdaef9d960a21d32fd8e98536fcd2648b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20W=C3=BCrch?= Date: Sat, 2 Aug 2025 11:52:27 -0300 Subject: [PATCH] fix typo --- 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 d73bfa1..684969b 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -25,7 +25,7 @@ require("lazy").setup({ -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup. -- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default. lazy = false, - -- It's recommended to leave version=false for now, since a lot the plugin that support versioning, + -- It's recommended to leave version=false for now, since a lot of the plugins that support versioning -- have outdated releases, which may break your Neovim install. version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver