mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
Fix theme switcher statusline reload
This commit is contained in:
parent
d84b2d5ee1
commit
f7d2bacb51
@ -1,4 +1,4 @@
|
||||
local global_theme = "themes/" .. require("utils").load_config().ui.theme
|
||||
local global_theme = "themes/" .. vim.g.nvchad_theme
|
||||
local colors = require(global_theme)
|
||||
|
||||
local present1, gl = pcall(require, "galaxyline")
|
||||
|
Loading…
Reference in New Issue
Block a user