Skip to content

Commit

Permalink
vimPlugins.vim-rails: init at 2020-06-19
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto authored and Jon committed Aug 5, 2020
1 parent 0d53b8f commit 7220de1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7220de1

Please sign in to comment.