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