mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
8 lines
155 B
VimL
8 lines
155 B
VimL
fun harpoon#nav(id)
|
|
call luaeval("require('harpoon.ui').nav(_A[1])", [a:id])
|
|
endfun
|
|
|
|
fun harpoon#cmd(cmd)
|
|
" TODO: I am sure I'll use this
|
|
endfun
|