Parcourir la source

Add `extras` rails projection

Andrew Swistak il y a 6 ans
Parent
commit
cd5bb2d9d9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      vimrc

+ 2 - 1
vimrc

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