skim-vim: init at 2019-07-31

This commit is contained in:
Tom Saeger
2020-04-13 10:36:38 -05:00
parent 6f6d2124fc
commit 991221f9aa
3 changed files with 16 additions and 0 deletions
+11
View File
@@ -2761,6 +2761,17 @@ let
};
};
skim-vim = buildVimPluginFrom2Nix {
pname = "skim-vim";
version = "2019-07-31";
src = fetchFromGitHub {
owner = "lotabout";
repo = "skim.vim";
rev = "4e9d9a3deb2060e2e79fede1c213f13ac7866eb5";
sha256 = "0vpfn2zivk8cf2l841jbd78zl1vzdw1wjf9p0dm6pgr84kj9pkx4";
};
};
sky-color-clock-vim = buildVimPluginFrom2Nix {
pname = "sky-color-clock-vim";
version = "2018-11-03";
+4
View File
@@ -408,6 +408,10 @@ self: super: {
dependencies = [ self.fzfWrapper ];
});
skim-vim = super.skim-vim.overrideAttrs(old: {
dependencies = [ self.skim ];
});
sved = let
# we put the script in its own derivation to benefit the magic of wrapGAppsHook
svedbackend = stdenv.mkDerivation {
+1
View File
@@ -231,6 +231,7 @@ lilydjwg/colorizer
liuchengxu/vim-which-key
liuchengxu/vista.vim
LnL7/vim-nix
lotabout/skim.vim
LucHermitte/lh-brackets
LucHermitte/lh-vim-lib
ludovicchabant/vim-gutentags