From 6eb4fc5fabefb643a929082b8bfba50e63b3c8ec Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 5 Mar 2018 22:09:01 +0100 Subject: Add 'vim-rails-locale-alternate' plugin Facilitates opening Rails locale files in alternate languages. --- .gitmodules | 3 +++ bundle/vim-rails-locale-alternate | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-rails-locale-alternate diff --git a/.gitmodules b/.gitmodules index ff58d78..078c3c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -80,3 +80,6 @@ [submodule "bundle/vim-gitcha"] path = bundle/vim-gitcha url = https://github.com/teddywing/vim-gitcha.git +[submodule "bundle/vim-rails-locale-alternate"] + path = bundle/vim-rails-locale-alternate + url = https://github.com/teddywing/vim-rails-locale-alternate.git diff --git a/bundle/vim-rails-locale-alternate b/bundle/vim-rails-locale-alternate new file mode 160000 index 0000000..b702171 --- /dev/null +++ b/bundle/vim-rails-locale-alternate @@ -0,0 +1 @@ +Subproject commit b702171eb720d8d1293be35a51df2ed8885c5465 -- cgit v1.2.3