-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description
The helppage for :h lspconfig-all is written with markdown syntax rather than help syntax and is aptly marked as such with a vim comment at the bottom.
However helpages has iskeyword set to iskeyword=!-~,^*,^|,^",192-255 but usual default for other files (like markdown) is iskeyword=@,48-57,_,192-255.
This is problematic because it makes it difficult to follow the links at the the top of the helppage which look like this:
- [agda_ls](#agda_ls)
- [aiken](#aiken)Kdoes not work in plain neovim as it doesn't support markdown anchors*does not work because it selects across the word boundary characters like](
Possible fix: also set iskeyword in the footer comment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation