vimPlugins.vim-dasht: init at 2019-09-29
Use with `:Dasht`.
This commit is contained in:
parent
3b9ea3750a
commit
ad06ae4195
@ -3807,6 +3807,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-dasht = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-dasht";
|
||||||
|
version = "2019-09-29";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "sunaku";
|
||||||
|
repo = "vim-dasht";
|
||||||
|
rev = "9c7484eaea26b8dd1edd8af21a38cee6c4ef4f49";
|
||||||
|
sha256 = "1rjckipy7b4ygwvc1hbc24da1x3pwklbkfljrz16znlcm2y5q72k";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-devicons = buildVimPluginFrom2Nix {
|
vim-devicons = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-devicons";
|
pname = "vim-devicons";
|
||||||
version = "2020-04-11";
|
version = "2020-04-11";
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
, Cocoa, CoreFoundation, CoreServices
|
, Cocoa, CoreFoundation, CoreServices
|
||||||
, buildVimPluginFrom2Nix
|
, buildVimPluginFrom2Nix
|
||||||
, nodePackages
|
, nodePackages
|
||||||
|
, dasht
|
||||||
|
|
||||||
# coc-go dependency
|
# coc-go dependency
|
||||||
, go
|
, go
|
||||||
@ -517,6 +518,13 @@ self: super: {
|
|||||||
dependencies = with super; [ vim-maktaba ];
|
dependencies = with super; [ vim-maktaba ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
vim-dasht = super.vim-dasht.overrideAttrs(old: {
|
||||||
|
preFixup = ''
|
||||||
|
substituteInPlace $out/share/vim-plugins/vim-dasht/autoload/dasht.vim \
|
||||||
|
--replace "['dasht']" "['${dasht}/bin/dasht']"
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
vim-easytags = super.vim-easytags.overrideAttrs(old: {
|
vim-easytags = super.vim-easytags.overrideAttrs(old: {
|
||||||
dependencies = with super; [ vim-misc ];
|
dependencies = with super; [ vim-misc ];
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -443,6 +443,7 @@ solarnz/arcanist.vim
|
|||||||
sonph/onehalf
|
sonph/onehalf
|
||||||
stefandtw/quickfix-reflector.vim
|
stefandtw/quickfix-reflector.vim
|
||||||
stephpy/vim-yaml
|
stephpy/vim-yaml
|
||||||
|
sunaku/vim-dasht
|
||||||
svermeulen/vim-subversive
|
svermeulen/vim-subversive
|
||||||
t9md/vim-choosewin
|
t9md/vim-choosewin
|
||||||
t9md/vim-smalls
|
t9md/vim-smalls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user