vimPlugins.vim-ragtag: init at 2020-01-26
This commit is contained in:
parent
d50a6db016
commit
8397bb9490
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user