From 5b5888b55be3af04113bbc6501e16082ee5e1198 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 20 Nov 2017 17:06:48 -0500 Subject: [PATCH] Remove old Rails nav commands --- vim/vimrc.d/rails.vim | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vim/vimrc.d/rails.vim diff --git a/vim/vimrc.d/rails.vim b/vim/vimrc.d/rails.vim deleted file mode 100644 index 007127b..0000000 --- a/vim/vimrc.d/rails.vim +++ /dev/null @@ -1,12 +0,0 @@ -" Set up some useful Rails.vim bindings for working with Backbone.js -autocmd User Rails Rnavcommand template app/assets/templates -glob=**/* -suffix=.mustache -autocmd User Rails Rnavcommand jmodel app/assets/javascripts/models -glob=**/* -suffix=.js.coffee -autocmd User Rails Rnavcommand jview app/assets/javascripts/views -glob=**/* -suffix=.js.coffee -autocmd User Rails Rnavcommand jcollection app/assets/javascripts/collections -glob=**/* -suffix=.js.coffee -autocmd User Rails Rnavcommand jrouter app/assets/javascripts/routers -glob=**/* -suffix=.js.coffee -autocmd User Rails Rnavcommand jspec spec/javascripts -glob=**/* -suffix=.js.coffee - -" Set up additional Rails.vim bindings -autocmd User Rails Rnavcommand concern app/concerns -glob=**/* -suffix=.rb -autocmd User Rails Rnavcommand decorator app/decorators -glob=**/* -suffix=_decorator.rb -autocmd User Rails Rnavcommand validator app/validators -glob=**/* -suffix=_validator.rb