vimPlugins.vim-dasht: init at 2019-09-29
Use with `:Dasht`.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
, Cocoa, CoreFoundation, CoreServices
|
||||
, buildVimPluginFrom2Nix
|
||||
, nodePackages
|
||||
, dasht
|
||||
|
||||
# coc-go dependency
|
||||
, go
|
||||
@@ -517,6 +518,13 @@ self: super: {
|
||||
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: {
|
||||
dependencies = with super; [ vim-misc ];
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user