initial move to blink.cmp
This commit is contained in:
parent
63d2f39d53
commit
7e9ecf765c
2 changed files with 81 additions and 32 deletions
13
lua/custom/plugins/hlchunk.txt
Normal file
13
lua/custom/plugins/hlchunk.txt
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue