mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
12 lines
254 B
Lua
12 lines
254 B
Lua
return {
|
|
"AstroNvim/astrocommunity",
|
|
{ import = "astrocommunity.colorscheme.nightfox", enabled = true },
|
|
{
|
|
import = "astrocommunity.colorscheme.kanagawa",
|
|
},
|
|
{
|
|
import = "astrocommunity.colorscheme.oxocarbon",
|
|
enabled = true,
|
|
},
|
|
}
|