summaryrefslogtreecommitdiff
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorngharo <root@ngha.ro>2025-12-10 20:33:36 -0600
committerngharo <root@ngha.ro>2025-12-10 20:33:36 -0600
commit7041a218d5cdcb6131697078e4422deb457c6cf0 (patch)
treeb19f3f78f5bc25040dcb684ecd6afd642a1dc30d /lua/core/plugins.lua
parent66c9b0f63220d6e7f6e2e858e80f3cb83539cd50 (diff)
downloadnvim-7041a218d5cdcb6131697078e4422deb457c6cf0.tar.xz
nvim-7041a218d5cdcb6131697078e4422deb457c6cf0.zip
TweaksHEADmain
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 3fcbdec..faeae4a 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -5,7 +5,7 @@ if not vim.loop.fs_stat(lazypath) then
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
- "--branch=stable", -- latest stable release
+ "--branch=stable",
lazypath,
})
end