Explorar el Código

Add `extras` rails projection

Andrew Swistak hace 6 años
padre
commit
cd5bb2d9d9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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