feat: enable optional use of Astral colorscheme management via global variable

This commit is contained in:
2024-11-03 01:49:48 -04:00
parent 784083910d
commit 1126034bd1
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
return { -- Astral
"rootiest/astral.nvim",
version = "*", -- Pin to GitHub releases
enabled = require("data.func").check_global_var("use_astral", true, true),
opts = {
fallback_themes = {
"catppuccin-macchiato",