feat(astral): update astral config

Update astral config to define the new fallback_themes option
This commit is contained in:
2024-07-27 06:13:51 -04:00
parent 8d6780c448
commit e78ced4ea0
+12 -2
View File
@@ -1,5 +1,15 @@
return {
"rootiest/astral.nvim",
version = "*",
--opts = { restore_colors = true },
version = "*", -- Pin to GitHub releases
opts = {
fallback_themes = {
"catppuccin-frappe",
"catppuccin-macchiato",
"tokyonight",
"kanagawa",
"monochrome",
"default",
},
},
--dev = true,
}