mohitleo9 / vim-fidget

34 stars 5 forks source link

Adding to the template? #4

Closed benfrain closed 10 years ago

benfrain commented 10 years ago

I love this plugin. Very handy. However, I went into the template/index.html in the hopes of being able to add jQuery to the head (and saved into the template folder alongside the other files) and a viewport meta tag. However, once done, and Vim was relaunched it doesn't pick up the changes.

How should I go about amending the index template?

mohitleo9 commented 10 years ago

hmmm I think that might be happening cuz the server is not shutting down. I will bind the server cleanup on some other events

benfrain commented 10 years ago

Fantastic. Look forward to the revision :)

Thanks for the great plugin. :)

On 21 Sep 2014, at 18:15, mohitleo9 notifications@github.com wrote:

hmmm I think that might be happening cuz the server is not shutting down. I will bind the server cleanup on some other events

— Reply to this email directly or view it on GitHub.

mohitleo9 commented 10 years ago

Thanks :) Can you try now you will have to do npm uninstall -g vim-fidget first and then install again but without -g (you can follow the readme for that )

benfrain commented 10 years ago

Didn't go well!

After doing that, at first it just didn't bring in the template changes. So I removed again and also trashed the tmp/ folders. I also removed from Vundle and re-added/installed.

Now :VimFidget opens the 3 windows but they are all blank.

:( Any ideas?

mohitleo9 commented 10 years ago

You are right I looked into the problem the vimscript path was doing something weird. Fixed that now it should work. Let me know how it goes. And thanks for the patience

benfrain commented 10 years ago

Yes, that sorted it. Thanks very much.