Files
neovim-config/lua/plugins/astral.lua
T
rootiest e78ced4ea0 feat(astral): update astral config
Update astral config to define the new fallback_themes option
2024-07-27 06:13:51 -04:00

16 lines
275 B
Lua

return {
"rootiest/astral.nvim",
version = "*", -- Pin to GitHub releases
opts = {
fallback_themes = {
"catppuccin-frappe",
"catppuccin-macchiato",
"tokyonight",
"kanagawa",
"monochrome",
"default",
},
},
--dev = true,
}