Skip to content

Commit

Permalink
chore: update lazy.nvim repo to devxpain-fork/lazy.nvim
Browse files Browse the repository at this point in the history
- Temporarily switch to devxpain-fork/lazy.nvim for testing purposes
  • Loading branch information
devxpain committed Nov 1, 2024
1 parent 7d08321 commit d16328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function M.load()
vim.deepcopy(Config.options.spec),
}
specs[#specs + 1] = M.find_local_spec()
specs[#specs + 1] = { "folke/lazy.nvim" }
specs[#specs + 1] = { "devxpain-fork/lazy.nvim" }

Config.spec:parse(specs)

Expand Down

0 comments on commit d16328d

Please sign in to comment.