Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Support for workling workers #35

Closed
srushti opened this issue Aug 6, 2010 · 3 comments
Closed

[Feature request] Support for workling workers #35

srushti opened this issue Aug 6, 2010 · 3 comments

Comments

@srushti
Copy link

srushti commented Aug 6, 2010

I'd like to be able to search :Rworker, and also have :Rfind automatically parse the app/workers (currently, I have to search type through from the root of the project to find my workers).

@graywh
Copy link
Contributor

graywh commented Aug 6, 2010

You can build your own rails.vim navigation commands. See my rails.vim config at http://github.com/graywh/dotfiles/blob/master/.vim/macros/rails.vim

@tpope
Copy link
Owner

tpope commented Aug 6, 2010

For the other half of the equation, you can alter 'path' in macros/rails.vim as well.

let &l:path .= ',' . rails#app().path('app/workers')

@srushti
Copy link
Author

srushti commented Aug 6, 2010

Both suggestions worked perfectly. Thank you.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants