mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
init
This commit is contained in:
11
plugins/theme.lua
Normal file
11
plugins/theme.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.colorscheme.nightfox", enabled = true },
|
||||
{
|
||||
import = "astrocommunity.colorscheme.kanagawa",
|
||||
},
|
||||
{
|
||||
import = "astrocommunity.colorscheme.oxocarbon",
|
||||
enabled = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user