mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
82cd8fe7a0
commit
3d8f939652
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ require("lazyvim.config").init()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{ "folke/lazy.nvim", version = "*" },
|
{ "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",
|
"folke/snacks.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue