Skip to content

Commit a471a63

Browse files
committed
chore(config): missing local
1 parent 9e78ef0 commit a471a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ local function get_function_names(keymap_config)
173173
return names
174174
end
175175

176-
function update_keymap_prefix(prefix, default_prefix)
176+
local function update_keymap_prefix(prefix, default_prefix)
177177
if prefix == default_prefix or not prefix then
178178
return
179179
end

0 commit comments

Comments
 (0)