add hlchunk

This commit is contained in:
Eric Olerud 2024-10-02 20:06:59 -04:00
parent 28cee44bf2
commit 15e73b7600
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
return {
'shellRaining/hlchunk.nvim',
event = { 'BufReadPre', 'BufNewFile' },
config = function()
require('hlchunk').setup {
chunk = {
enable = true,
},
}
end,
}