🧹 chore(astral): inconsequential testing changes in astral plugin

This commit is contained in:
2024-08-02 09:26:51 -04:00
parent 4d8dc08a11
commit 7c856aaaa5
+13 -11
View File
@@ -1,15 +1,17 @@
return { return {
"rootiest/astral.nvim", {
version = "*", -- Pin to GitHub releases "rootiest/astral.nvim",
opts = { version = "*", -- Pin to GitHub releases
fallback_themes = { opts = {
"catppuccin-frappe", fallback_themes = {
"catppuccin-macchiato", "catppuccin-frappe",
"tokyonight", "catppuccin-macchiato",
"kanagawa", "tokyonight",
"monochrome", "kanagawa",
"default", "monochrome",
"default",
},
}, },
-- dev = true, -- Use local codebase
}, },
--dev = true,
} }