diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/mellow.ext.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/mellow.ext.lua b/colors/mellow.ext.lua index aed1972..aec74a9 100644 --- a/colors/mellow.ext.lua +++ b/colors/mellow.ext.lua @@ -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 |