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 5c71edc commit 6a46169Copy full SHA for 6a46169
lua/neomodern/highlights/syntax.lua
@@ -3,7 +3,7 @@ local M = {}
3
function M.get()
4
---@type neomodern.Config
5
local Config = require("neomodern").options()
6
- local Util = require("neomodern.Util")
+ local Util = require("neomodern.util")
7
---@type neomodern.Theme
8
local c = require("neomodern.palette").get(Config.theme, Config.variant)
9
local hl = {}
0 commit comments