vimPlugins.vim-rails: init at 2020-06-19

This commit is contained in:
David Muto (pseudomuto) 2020-08-04 11:59:29 -04:00 committed by Jon
parent 0d53b8f356
commit 7220de19cd
2 changed files with 13 additions and 0 deletions

View File

@ -6181,6 +6181,18 @@ let
meta.homepage = "https://github.com/racer-rust/vim-racer/";
};
vim-rails = buildVimPluginFrom2Nix {
pname = "vim-rails";
version = "2020-06-19";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-rails";
rev = "187742a3c18d93e6968f024d7db0f4fc5548408e";
sha256 = "132rvyn5pwg5xkm6q64k33vm6q9hfpng0wq25387l8l8a7hvj3az";
};
meta.homepage = "https://github.com/tpope/vim-rails/";
};
vim-repeat = buildVimPluginFrom2Nix {
pname = "vim-repeat";
version = "2019-11-13";

View File

@ -528,6 +528,7 @@ tpope/vim-liquid
tpope/vim-obsession
tpope/vim-pathogen
tpope/vim-projectionist
tpope/vim-rails
tpope/vim-repeat
tpope/vim-rhubarb
tpope/vim-rsi