add hlchunk
parent
28cee44bf2
commit
15e73b7600
@ -0,0 +1,11 @@
|
|||||||
|
return {
|
||||||
|
'shellRaining/hlchunk.nvim',
|
||||||
|
event = { 'BufReadPre', 'BufNewFile' },
|
||||||
|
config = function()
|
||||||
|
require('hlchunk').setup {
|
||||||
|
chunk = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue