Using vim and vim-rails with Packwerk #422
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 |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions