-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from lukas-reineke/develop
- Loading branch information
Showing
3 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
Author: Lukas Reineke <[email protected]> | ||
Version: 3.2.2 | ||
Version: 3.3.0 | ||
|
||
============================================================================== | ||
CONTENTS *headlines* | ||
|
@@ -122,6 +122,8 @@ Default config: > | |
quote_highlight = "Quote", | ||
quote_string = "┃", | ||
fat_headlines = true, | ||
fat_headline_upper_string = "▃", | ||
fat_headline_lower_string = "🬂", | ||
}, | ||
rmd = { | ||
query = vim.treesitter.parse_query( | ||
|
@@ -152,6 +154,8 @@ Default config: > | |
quote_highlight = "Quote", | ||
quote_string = "┃", | ||
fat_headlines = true, | ||
fat_headline_upper_string = "▃", | ||
fat_headline_lower_string = "🬂", | ||
}, | ||
norg = { | ||
query = vim.treesitter.parse_query( | ||
|
@@ -186,6 +190,8 @@ Default config: > | |
quote_highlight = "Quote", | ||
quote_string = "┃", | ||
fat_headlines = true, | ||
fat_headline_upper_string = "▃", | ||
fat_headline_lower_string = "🬂", | ||
}, | ||
org = { | ||
query = vim.treesitter.parse_query( | ||
|
@@ -215,6 +221,8 @@ Default config: > | |
quote_highlight = "Quote", | ||
quote_string = "┃", | ||
fat_headlines = true, | ||
fat_headline_upper_string = "▃", | ||
fat_headline_lower_string = "🬂", | ||
}, | ||
} | ||
|
@@ -249,6 +257,18 @@ fat_headlines *headlines-fat_headlines* | |
|
||
Boolean to turn on fat headlines. | ||
|
||
------------------------------------------------------------------------------ | ||
fat_headline_upper_string *headlines-fat_headline_upper_string* | ||
|
||
Specifies the string that is repeated above a headline when | ||
|headlines-fat_headlines| is on. | ||
|
||
------------------------------------------------------------------------------ | ||
fat_headline_lower_string *headlines-fat_headline_lower_string* | ||
|
||
Specifies the string that is repeated below a headline when | ||
|headlines-fat_headlines| is on. | ||
|
||
------------------------------------------------------------------------------ | ||
codeblock_highlight *headlines-codeblock_highlight* | ||
|
||
|
This file contains 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