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
+3 -1
View File
@@ -177,7 +177,9 @@ vim.g.disable_transparency = true ---@type boolean Options: <true|
-- Auto Dark-mode
vim.g.autodarkmode = true ---@type boolean Options: <true|false>
-- Set colorcolumn
--vim.opt.colorcolumn = "120" ---@type string|table Options: [column]
--vim.opt.colorcolumn = "120" ---@type string|table Options: [column]
--Use Astral colorscheme management
vim.g.use_astral = false ---@type boolean Options: <true|false>
-- ━━━━━━━━━━━━━━━━━━━━━━━━━ TABS AND INDENTATION ━━━━━━━━━━━━━━━━━━━━━━━━
+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",