summaryrefslogtreecommitdiff
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
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