2023-07-27 19:42:05 +03:00
|
|
|
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
|
|
|
|
|
|
|
|
return {
|
|
|
|
"AstroNvim/astroui",
|
2023-08-03 22:40:31 +03:00
|
|
|
---@type AstroUIOpts
|
2023-07-27 19:42:05 +03:00
|
|
|
opts = {
|
|
|
|
colorscheme = "astrodark", -- change colorscheme
|
|
|
|
},
|
|
|
|
}
|