lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
688 stars 28 forks source link

A problem with headers #74

Closed foozzi closed 6 months ago

foozzi commented 6 months ago

image

How can I fix it?

NVIM v0.9.5 alacritty 0.13.1

matthewcarbone commented 5 months ago

@foozzi I'm having this same issue. Mind sharing how you fixed it?

foozzi commented 5 months ago

@foozzi I'm having this same issue. Mind sharing how you fixed it?

return {
    "lukas-reineke/headlines.nvim",
    dependencies = "nvim-treesitter/nvim-treesitter",
    opts = {
        markdown = {
            fat_headline_lower_string = "▔",
        },
    },
}

just change the symbol