diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 6c98fa7..4b93497 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -1,6 +1,5 @@ local util = require("tokyonight.util") local colors = require("tokyonight.colors") -local config = require("tokyonight.config").options local M = {} -- @@ -14,6 +13,7 @@ local M = {} ---@return Theme function M.setup() + local config = require("tokyonight.config").options ---@class Theme ---@field base Highlights ---@field plugins Highlights