-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Have configurate the plugin. Works well with lua codes but not with html file
return {
"shellRaining/hlchunk.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function()
local default_conf = {
style = {
hibiscus = "#806d9c",
},
},
require("hlchunk").setup({
line_num = {
enable = true,
},
indent = {
enable = false,
},
chunk = {
enable = true,
},
blank = {
enable = false,
},
})
end,
}
Seems that line_num only works when detecting {} signs but not other like <>.
In the above picture I added in comment some curly braces and it works. Maybe will be good to add some more signs .
Metadata
Metadata
Assignees
Labels
No labels