You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a great understanding of how all this fits together, but perhaps it's something like projectionist isn't loaded in the expected way in the context that vim-rspec is running the command.
Here are a few ideas:
Does the | somehow confuse the issue? Does this work correctly if g:rspec_command = 'Dispatch rspec {spec}'?
Does it work in Terminal but not Gui (e.g. macvim) or vice versa?
Perhaps vim-rspec doesn't run in a buffer in the way that projectionist expects? tpope/vim-projectionist#38
Hi,
I'm trying to use Projectionist with vim-rspec, I already have it working with Dispatch but not with Projectionist.
I have this configuration on my .vimrc:
And I have this .projections.json file:
For some reason, when why run
<leader>s
it runsw | Dispatch rspec {spec}
and notdocker-compose run artisan bundle exec rspec {file}
.I'm wondering it I should ignore vim-rspec or use another command to execute the Projectionist configuration.
Does anybody have this same situation?
The text was updated successfully, but these errors were encountered: