In neovim, this improve performance when lookup version (when enable ui2). Use same data source from helpful.vim.
command! -nargs=+ -complete=help He call v:lua.require('helpful').lookup(<q-args>)
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
In neovim, this improve performance when lookup version (when enable ui2). Use same data source from helpful.vim.
command! -nargs=+ -complete=help He call v:lua.require('helpful').lookup(<q-args>)
helpful.vim version lookup lua port