🧹 chore(astral): inconsequential testing changes in astral plugin
This commit is contained in:
+13
-11
@@ -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,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user