This commit is contained in:
siduck 2022-06-01 19:34:00 +05:30
parent 1a4e761b8a
commit 4c05b1de9f
2 changed files with 36 additions and 11 deletions

View file

@ -47,7 +47,7 @@ if ui.hl_override then
end
-- local set_transparent = nvchad.load_config().ui.transparency
if ui.transparency then
if vim.g.transparency then
highlights = merge_tb(highlights, require "nv_glassy")
end