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 {
|
return {
|
||||||
"rootiest/astral.nvim",
|
"rootiest/astral.nvim",
|
||||||
version = "*",
|
version = "*", -- Pin to GitHub releases
|
||||||
--opts = { restore_colors = true },
|
opts = {
|
||||||
|
fallback_themes = {
|
||||||
|
"catppuccin-frappe",
|
||||||
|
"catppuccin-macchiato",
|
||||||
|
"tokyonight",
|
||||||
|
"kanagawa",
|
||||||
|
"monochrome",
|
||||||
|
"default",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
--dev = true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user