Skip to content

Instantly share code, notes, and snippets.

@itsip
Created September 5, 2018 14:57
Show Gist options
  • Save itsip/bc257bbb33fed84f6a74b0199b28d7cd to your computer and use it in GitHub Desktop.
Save itsip/bc257bbb33fed84f6a74b0199b28d7cd to your computer and use it in GitHub Desktop.
function for going to plugin
" Go to github plugin page
nnoremap <leader>pl :call GoToPlugin()<CR><CR>
function! GoToPlugin()
normal "lyi'
let plugin = @l
execute "!open https://www.github.com/" . plugin
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment