feat: enable optional use of Astral colorscheme management via global variable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user