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.
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.