Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 209 Bytes

File metadata and controls

6 lines (5 loc) · 209 Bytes

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