Ver código fonte

Add `extras` rails projection

Andrew Swistak 6 anos atrás
pai
commit
cd5bb2d9d9
1 arquivos alterados com 2 adições e 1 exclusões
  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