mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
vimPlugins.vim-agda: init at 2022-03-01
This commit is contained in:
parent
4a18867947
commit
337e364e62
@ -96,6 +96,9 @@
|
||||
, openssl
|
||||
, pkg-config
|
||||
|
||||
# vim-agda dependencies
|
||||
, agda
|
||||
|
||||
# vim-go dependencies
|
||||
, asmfmt
|
||||
, delve
|
||||
@ -1227,6 +1230,13 @@ self: super: {
|
||||
dependencies = with self; [ webapi-vim vim-addon-mw-utils vim-addon-signs vim-addon-async ];
|
||||
});
|
||||
|
||||
vim-agda = super.vim-agda.overrideAttrs (old: {
|
||||
preFixup = ''
|
||||
substituteInPlace "$out"/autoload/agda.vim \
|
||||
--replace "jobstart(['agda'" "jobstart(['${agda}/bin/agda'"
|
||||
'';
|
||||
});
|
||||
|
||||
vim-bazel = super.vim-bazel.overrideAttrs (old: {
|
||||
dependencies = with self; [ vim-maktaba ];
|
||||
});
|
||||
|
@ -843,6 +843,7 @@ https://github.com/MarcWeber/vim-addon-syntax-checker/,,
|
||||
https://github.com/MarcWeber/vim-addon-toggle-buffer/,,
|
||||
https://github.com/MarcWeber/vim-addon-xdebug/,,
|
||||
https://github.com/junegunn/vim-after-object/,,
|
||||
https://github.com/msuperdock/vim-agda/,HEAD,
|
||||
https://github.com/vim-airline/vim-airline/,,
|
||||
https://github.com/enricobacis/vim-airline-clock/,,
|
||||
https://github.com/vim-airline/vim-airline-themes/,,
|
||||
|
Loading…
Reference in New Issue
Block a user