| Age | Commit message (Collapse) | Author | Files |
|
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
|
|
The `buffer` option remains functional but is now undocumented.
Providing both will raise an error. Since providing `buf` was disallowed
before, there is no code that will break due to using `buffer` alongside
`buf`.
|
|
|
|
Problem:
gO always says "Help TOC".
Solution:
Use a generic title instead.
|
|
fix: twice nunmap in ftplugin
|
|
Problem: It's difficult to navigate large structured text files (vim
help, checkhealth, Markdown).
Solution: Support `gO` for table of contents and `]]`/`[[` for moving
between headings for all these filetypes using treesitter queries.
Refactor: colorization of highlight groups is moved to the `help` ftplugin
while headings-related functionality is implemented in a private
`vim.treesitter` module for possible future use for other filetypes.
|