Skip to content

Instantly share code, notes, and snippets.

@masato3
Last active June 19, 2025 14:11
Show Gist options
  • Save masato3/ecb66f30d3457c979d1980b1c2eb760c to your computer and use it in GitHub Desktop.
Save masato3/ecb66f30d3457c979d1980b1c2eb760c to your computer and use it in GitHub Desktop.
Neovim plugin hlchunk
return {
'shellRaining/hlchunk.nvim',
event = {
'BufNewFile',
'BufRead'
},
opts= {
chunk = {
enable = true
},
indent = {
enable = true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment