Skip to content

Commit 6a46169

Browse files
authored
Fix typo (#32)
1 parent 5c71edc commit 6a46169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neomodern/highlights/syntax.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local M = {}
33
function M.get()
44
---@type neomodern.Config
55
local Config = require("neomodern").options()
6-
local Util = require("neomodern.Util")
6+
local Util = require("neomodern.util")
77
---@type neomodern.Theme
88
local c = require("neomodern.palette").get(Config.theme, Config.variant)
99
local hl = {}

0 commit comments

Comments
 (0)