From 3d8f93965296ed0f7ccb7664455e730827d39cd6 Mon Sep 17 00:00:00 2001 From: akioweh <0@akioweh.com> Date: Mon, 28 Jul 2025 21:09:08 +0400 Subject: [PATCH] change self-referential repo owner did not realize i have to do this, and was wondering why nothing was working --- lua/lazyvim/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/init.lua b/lua/lazyvim/plugins/init.lua index c06fa9bc..eb816c71 100644 --- a/lua/lazyvim/plugins/init.lua +++ b/lua/lazyvim/plugins/init.lua @@ -12,7 +12,7 @@ require("lazyvim.config").init() return { { "folke/lazy.nvim", version = "*" }, - { "LazyVim/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = "*" }, + { "akioweh/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = "*" }, { "folke/snacks.nvim", priority = 1000,