Browse Source

Add `extras` rails projection

Andrew Swistak 6 years ago
parent
commit
cd5bb2d9d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vimrc

+ 2 - 1
vimrc

@@ -321,7 +321,8 @@ let g:rails_gem_projections = {
       \ }
       \ }
 
 
 let g:rails_projections = {
 let g:rails_projections = {
-      \   "app/services/*.rb": {"command": "service"}
+      \   "app/services/*.rb": {"command": "service"},
+      \   "app/extras/*.rb": {"command": "service"}
       \ }
       \ }
 """"""""""""""""""""""""""""
 """"""""""""""""""""""""""""
 " delimitMate
 " delimitMate