vimPlugins.surround-nvim: Switch to new fork

This commit is contained in:
ners
2022-02-24 10:01:30 -06:00
committed by ehmry
parent 1191d095b6
commit 211ec209b1
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -6241,6 +6241,18 @@ final: prev:
meta.homepage = "https://github.com/ervandew/supertab/";
};
surround-nvim = buildVimPluginFrom2Nix {
pname = "surround.nvim";
version = "2022-02-15";
src = fetchFromGitHub {
owner = "ur4ltz";
repo = "surround.nvim";
rev = "01756d3f31aeb2307cca5b73f9fa74a0802e5bc3";
sha256 = "0adxynnlbybj04vxflvrqhcc7z8y3m7myimdm9xyz8vi18qkfk5p";
};
meta.homepage = "https://github.com/ur4ltz/surround.nvim/";
};
sved = buildVimPluginFrom2Nix {
pname = "sved";
version = "2021-10-22";
+1
View File
@@ -886,6 +886,7 @@ uarun/vim-protobuf
udalov/kotlin-vim
ujihisa/neco-look
unblevable/quick-scope
ur4ltz/surround.nvim
urbit/hoon.vim
Valloric/MatchTagAlways
Valodim/deoplete-notmuch