- Install plugin from clipboard.
- Find
^call plug#end\(\)in your vimrc. - Move cursor to line above.
- Add
Plug '{clipboad}'. - Add empty line below.
- Run
PlugInstall.
Add to your vimrc:
Plug 'kovetskiy/vim-plugvim-utils'And add binding:
nnoremap <Leader><Leader>c :call NewPlugFromClipboard()<CR>