Fix breaking typo

This commit is contained in:
Out Of Ideas 2024-05-14 11:29:38 -05:00
parent 7f6124b456
commit 62931933a0
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ vis.events.subscribe(vis.events.INIT, function()
end)
vis.events.subscribe(vis.events.WIN_OPEN, function(win) -- luacheck: no unused args
vis:command('set relitivenumber')
vis:command('set relativenumber')
end)