Using vim and vim-rails with Packwerk #422
Unanswered
stuartpalmer
asked this question in
Q&A
Replies: 1 comment
|
From vim-rails FAQ section: Can I use rails.vim to edit Rails engines?
The Rails application detection logic indeed relies on the file to exist. Following Tim's answer above, in a Rails app with a bunch of top-level packs, I created a blank Maybe a command to dynamically set the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We have started using Packwerk in our project, but now my vim-rails plugin doesn't work very well as it only tracks one pack at a time (e.g. the
gfcommand). Also, my silver searcher (Ag) now has limited usefulness as there are many app and spec directories.We have one top-level foundation pack (packs/foundation) and a number of other project packs (packs/project_group/project). Has anyone had luck guiding vim as to your directory structure?
All reactions