Search code examples
vimvim-plugingist

How to install Gist plugin for Vim?


I want install Gist plugin for Vim.

I have tried the following:

  1. Download the file gist-vim.zip.
  2. Extract ZIP archive and copy plugin/gist.vim to .vim/plugin/gist.vim.

But running :Gist in Vim fails:

E117: Unknown function: gist#Gist

Anyone can help me with this problem?


Solution

  • That plugin also has files in .vim/autoload and .vim/doc, did you install those as well? I see this in .vim/autoload/gist.vim:

    ...
    
    function! gist#Gist(count, line1, line2, ...)
    ...