jghauser / follow-md-links.nvim

Easily follow markdown links with this neovim plugin
GNU General Public License v3.0
143 stars 16 forks source link

Feat: Resolve man:// links #34

Open lingling9000 opened 1 day ago

lingling9000 commented 1 day ago

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.