14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
return {
|
|
'shellRaining/hlchunk.nvim',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
config = function()
|
|
require('hlchunk').setup {
|
|
chunk = {
|
|
enable = false,
|
|
duration = 150,
|
|
delay = 1,
|
|
},
|
|
}
|
|
end,
|
|
}
|