add hlchunk
This commit is contained in:
parent
28cee44bf2
commit
15e73b7600
2 changed files with 12 additions and 1 deletions
11
lua/custom/plugins/hlchunk.lua
Normal file
11
lua/custom/plugins/hlchunk.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'shellRaining/hlchunk.nvim',
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
config = function()
|
||||
require('hlchunk').setup {
|
||||
chunk = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue