headlines
Url: https://github.com/lukas-reineke/headlines.nvim/
Maintainers: Gaetan Lepage
plugins.headlines.enable
Whether to enable headlines.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.headlines.package
Which package to use for the headlines.nvim plugin.
Type: package
Default:
<derivation vimplugin-headlines.nvim-2024-02-29>
Declared by:
plugins.headlines.settings
Options provided to the require('headlines').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
markdown = {
headline_highlights = [
"Headline1"
];
};
norg = {
codeblock_highlight = false;
headline_highlights = [
"Headline"
];
};
org = {
headline_highlights = false;
};
}
Declared by: