vimacs: init at 2016-03-24
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user