vimPlugins.vim-ragtag: init at 2020-01-26

This commit is contained in:
Vonfry 2020-08-15 12:22:36 +08:00 committed by Jon
parent d50a6db016
commit 8397bb9490
2 changed files with 13 additions and 0 deletions

View File

@ -6193,6 +6193,18 @@ let
meta.homepage = "https://github.com/racer-rust/vim-racer/";
};
vim-ragtag = buildVimPluginFrom2Nix {
pname = "vim-ragtag";
version = "2020-01-26";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-ragtag";
rev = "6f1af76cd669c4fb07f0c4e20fdee3077620e3d8";
sha256 = "1q5klbnwsg26zxhs3knhamk3srg7dmq46n83sa5rw2kmikb2idg2";
};
meta.homepage = "https://github.com/tpope/vim-ragtag/";
};
vim-rails = buildVimPluginFrom2Nix {
pname = "vim-rails";
version = "2020-06-19";

View File

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