vimacs: init at 2016-03-24

This commit is contained in:
Jason Miller
2020-03-27 14:39:22 -04:00
parent 40d3bc2d9f
commit 4234ef550c
5 changed files with 63 additions and 0 deletions
+11
View File
@@ -5888,6 +5888,17 @@ let
};
};
vimacs = buildVimPluginFrom2Nix {
pname = "vimacs";
version = "2016-03-24";
src = fetchFromGitHub {
owner = "andrep";
repo = "vimacs";
rev = "7b8e297722d55089f0f0535fe6422533c98112fb";
sha256 = "0x92jcpdlvxhhdpwkv7ig9ya7s96yqjy6ms9xnx8djkf12xql16f";
};
};
vimagit = buildVimPluginFrom2Nix {
pname = "vimagit";
version = "2020-01-12";
+15
View File
@@ -460,6 +460,21 @@ self: super: {
};
});
vimacs = super.vimacs.overrideAttrs(old: {
buildPhase = ''
substituteInPlace bin/vim \
--replace '/usr/bin/vim' 'vim' \
--replace '/usr/bin/gvim' 'gvim'
# remove unnecessary duplicated bin wrapper script
rm -r plugin/vimacs
'';
meta = with stdenv.lib; {
description = "Vim-Improved eMACS: Emacs emulation plugin for Vim";
homepage = "http://algorithm.com.au/code/vimacs";
license = licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ millerjason ];
};
});
vimshell-vim = super.vimshell-vim.overrideAttrs(old: {
dependencies = with super; [ vimproc-vim ];
+1
View File
@@ -9,6 +9,7 @@ alvan/vim-closetag
alx741/vim-hindent
alx741/vim-stylishask
amiorin/ctrlp-z
andrep/vimacs
andreshazard/vim-logreview
andsild/peskcolor.vim
andviro/flake8-vim