Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feat: Resolve man:// links #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lingling9000
Copy link
Contributor

closes #33

Neovim provides an integration to read man pages through the man.lua plugin (see $VIMRUNTIME/lua/man.lua). The man page buffers are identified by a leading man://. This commit makes use of the high level API from $VIMRUNTIME/plugin/man.lua, as it is properly requires the lowest maintenance effort.

Neovim provides an integration to read man pages through the man.lua
plugin (see $VIMRUNTIME/lua/man.lua). The man page buffers are
identified by a leading `man://`. This commit makes use of the high
level API from $VIMRUNTIME/plugin/man.lua, as it is properly requires
the lowest maintenance effort.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Resolve man:// links
1 participant