lukas-reineke / headlines.nvim

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

[Regression] Disabling highlights for filetype with false no longer works #29

Closed akinsho closed 2 years ago

akinsho commented 2 years ago

Since this morning's release I've now been seeing errors using false to disable highlights for a particular filetype e.g.

org = {
  headline_highlights = false,
},

This now throws an error as it appears a table operation is being called on the boolean

lukas-reineke commented 2 years ago

Thanks, I released a fix