luarefvim contains two Vim help files:
- The reference manual for Lua 5.1 (with minor exceptions and adaptations)
- The love2d API docs generated by vim-love-docs
Since these manuals are converted from their source form into vim help files,
you can search them using :help
, :helpgrep
, etc.
Install vim-lua-ftplugin and set:
let loaded_luarefvim = 0
vim-lua-ftplugin implements
xolox#lua#help()
and binds it to K
which provides a superior documentation
lookup solution to what's implemented here.