10 lines
196 B
Lua
10 lines
196 B
Lua
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
|
|
|
|
return {
|
|
"AstroNvim/astroui",
|
|
---@type AstroUIOpts
|
|
opts = {
|
|
colorscheme = "astrodark", -- change colorscheme
|
|
},
|
|
}
|