change self-referential repo owner

did not realize i have to do this, and was wondering why nothing was
working
This commit is contained in:
akioweh 2025-07-28 21:09:08 +04:00
parent 82cd8fe7a0
commit 3d8f939652
No known key found for this signature in database

View file

@ -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,