this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 202 B view raw
1func! dash#open(...) abort 2 if a:0 > 0 3 let l:name = a:1 4 else 5 let l:name = expand('<cword>') 6 endif 7 8 call jobstart(['open', 'dash://'.l:name], { 'detach': v:true }) 9endfunc