fix: Point to v4 compatible branch (#18)
* feat: Point to v4-refactor branch instead of stable astrocommunity * chore: Use v4 branch instead of v4-refactor Co-authored-by: Micah Halter <micah@mehalter.com> * chore: Comment out astrocommunity as default Co-authored-by: Micah Halter <micah@mehalter.com> * chore: Fix comment --------- Co-authored-by: Micah Halter <micah@mehalter.com>pull/1/head
parent
ac5dc3ac00
commit
372bba036f
|
@ -18,7 +18,8 @@ if USE_STABLE then table.insert(spec, { import = "astronvim.lazy_snapshot" }) en
|
|||
require("lazy").setup {
|
||||
spec = vim.list_extend(spec, {
|
||||
-- AstroCommunity import any community modules here
|
||||
-- { "AstroNvim/astrocommunity" },
|
||||
-- TODO: Remove branch v4 on release
|
||||
-- { "AstroNvim/astrocommunity", branch = "v4" },
|
||||
-- { import = "astrocommunity.pack.lua" },
|
||||
{ import = "plugins" }, -- import/override with your plugins
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue