un-object orient some functions

This commit is contained in:
2024-02-05 22:30:55 -05:00
parent b62340de6f
commit 8e3bec906d
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
vim.cmd('runtime mellow')
local highlight = function(group, opts, space)
local function highlight(group, opts, space)
space = space or 0
if type(group) == 'table' then