load base46_cache in instead of minified modules

This commit is contained in:
siduck 2022-11-19 11:45:33 +05:30
parent c16c22e87b
commit d27029d1b1
11 changed files with 13 additions and 12 deletions

View file

@ -3,6 +3,7 @@ local g = vim.g
local config = require("core.utils").load_config()
g.nvchad_theme = config.ui.theme
g.base46_cache = vim.fn.stdpath "cache" .. "/nvchad/base46/"
g.toggle_theme_icon = ""
g.transparency = config.ui.transparency