We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a73a82 commit 29ff97cCopy full SHA for 29ff97c
lua/one_monokai/highlights/groups/init.lua
@@ -44,9 +44,9 @@ for _, plugin in ipairs(plugins) do
44
end
45
46
local config = require "one_monokai.config"
47
-local colors = require "one_monokai.colors"
48
49
if config.highlights then
+ local colors = require "one_monokai.colors"
50
---@type table<string, vim.api.keyset.highlight>
51
local user_groups = config.highlights(colors)
52
0 commit comments