Last active
June 19, 2025 14:11
-
-
Save masato3/ecb66f30d3457c979d1980b1c2eb760c to your computer and use it in GitHub Desktop.
Neovim plugin hlchunk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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