This commit is contained in:
Eric Olerud 2024-11-13 10:47:34 -05:00
commit 27504f0485
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ return {
require('hlchunk').setup { require('hlchunk').setup {
chunk = { chunk = {
enable = true, enable = true,
duration = 150,
delay = 1,
}, },
} }
end, end,