Internationa1 / write-as.vim

A simple VIM plugin that allows one to upload blogposts to write.as directly from the buffer.
Other
14 stars 3 forks source link

Plugin does not load with latest version of Vundle #4

Closed nhr closed 10 months ago

nhr commented 10 months ago

The problem may be older than the latest version of Vundle, but here's what I've done:

  1. Added Plugin 'internationa1/write-as.vim' to my .vimrc file
  2. Also set a value for let g:writeas_b = 'YOUR BLOG' in my .vimrc file
  3. Started vim and ran :PluginInstall

At this point I would expect the WriteAsAuth command to work. It does not. If I type :W and then hit tab, it doesn't come up as a registered command at all.

nhr commented 10 months ago

Disregard. This was a "vim doesn't know where to look for Python modules" problem. For the record, I solved it by setting the PYTHONPATH environment variable to point to the directory where the modules live.