initial move to blink.cmp

This commit is contained in:
Eric Olerud 2025-03-28 22:10:03 -04:00
parent 63d2f39d53
commit 7e9ecf765c
2 changed files with 81 additions and 32 deletions

View file

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