migrate config form function to global variable

This commit is contained in:
asep komarudin 2023-03-05 17:34:12 +07:00
parent b6f0601d3d
commit 38d2c29a95
24 changed files with 248 additions and 245 deletions

View file

@ -1,6 +1,6 @@
local fidget = true
local lualine = false
local data_exists, custom_ui = pcall(require, "custom.ui")
local data_exists, custom_ui = pcall(require, "core.config")
if data_exists then
if type(custom_ui) == "table" then
if custom_ui.progress == 1 then