David Wilhelm

Results 22 comments of David Wilhelm

I checked out v3-WIP branch, & built CLI, but don't see any new CLI args to indicate this is currently available.. is it hidden, or not yet available?

hm, just found a bug in my code.. causing gallery to revert to first image. Need to fix that, and will update branch.

ok that should be fixed now.

I got the same issue and found it was because I had "Plugin 'greduan/vim-empty-insert' installed. It goes into insert mode on an empty buffer and it was setting mode to...

Yeah, I've been battling with this as well for some time now :( Finally find the minimal repro steps as outlined. Thanks for posting the workarounds @corysmc I'll probably have...

So, I worked around it by having a postbuild script that deletes the createOverlayComponent.tsx from the generated react-component-lib folder. Also had to overwrite the index.ts & interfacets.ts files to not...

agreed this should be fixed.. vim is constantly jumping to the wrong spot because of this

I tried out using Vundle with the plugin and it worked.. but you still need to do 'npm install' in the repo... did you do that? I don't see way...

Apologies for the lengthy delay. I decided to try out using Vundle, instead of pathogen. While my plugin worked no problem when it was the only one I loaded, I...

hmm, what OS, version of Vim, and node are you using? Did you try reinstalling the plugin? The dependencies have changed - now using uglifyjs. Also, what version of Vundle.....