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
Just started leveraging this plugin, and it's amazing (👏). Thank you for all your hard work on this!
Something I noticed, is that with the new Rails view format for turbostreams, ex: new.turbo_stream.erb, vim is setting the filetype to eruby.html, instead of eruby.
As such - my linter is throwing errors.
Here's an example below - top with vim-rails enabled, bottom with it disabled:
Note: This doesn't happen with the typical new.html.erb type files - it is only happening with turbo_stream files.
Any help here would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Edit:
Just realized that line comes from my suggestion. Only other ruby/rails plugin I use is https://github.com/vim-ruby/vim-ruby. So, I guess it has something to do with that plugin.
Hi There!
Just started leveraging this plugin, and it's amazing (👏). Thank you for all your hard work on this!
Something I noticed, is that with the new Rails view format for turbostreams, ex:
new.turbo_stream.erb
, vim is setting the filetype toeruby.html
, instead oferuby
.As such - my linter is throwing errors.
Here's an example below - top with vim-rails enabled, bottom with it disabled:
Note: This doesn't happen with the typical
new.html.erb
type files - it is only happening withturbo_stream
files.Any help here would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: