From 7041a218d5cdcb6131697078e4422deb457c6cf0 Mon Sep 17 00:00:00 2001 From: ngharo Date: Wed, 10 Dec 2025 20:33:36 -0600 Subject: Tweaks --- lua/core/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/plugins.lua') 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 -- cgit v1.2.3