Pooria
Pooria
I'm getting this issue using Redd in Rails. I don't really know where to make the change you mentioned though. Am I supposed to fork the gem and update part...
I got around this adding sprockets back alongside my existing Webpacker setup. 1. Add `//= link_directory ../javascripts .js` to `app/assets/config/manifest.js` 2. Create `app/assets/javascripts/application.js` and add the two `//=require` lines for...
No worries! For me, the use case is that I want to have a "Prose Mode" in vim that is tied to when I enter/leave the Goyo mode from goyo.vim...
Thank you folks for working on this. Being able to surround a selection with double brackets from visual mode would be fantastic.
I'm having the same issue
I find myself having the same problem constantly with classes in option hashes in ERB. I've gotten used to stopping myself from using this plugin's functionality in that one context,...