feat(astral): update astral config
Update astral config to define the new fallback_themes option
This commit is contained in:
+12
-2
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user