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 ━━━━━━━━━━━━━━━━━━━━━━━━