Yong Wang

Results 1 comments of Yong Wang

neovim 还是不支持这个功能么?我刚刚在mac里的neovim试了试 得到下面这个错误 ``` function! Data() return ['a', 'b', 'c', 'd'] endfunction function! AcceptEdit(line, ...) echom "start" echom line endfunction let g:Lf_Extensions = { \ "apple": { \ "source": function("Data")(),...