vimPlugins.vim2nix: move to non-generated
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
vimPlugins,
|
||||
vimUtils,
|
||||
}:
|
||||
vimUtils.buildVimPlugin {
|
||||
pname = "vim2nix";
|
||||
version = "1.0";
|
||||
src = ./src;
|
||||
dependencies = [ vimPlugins.vim-addon-manager ];
|
||||
}
|
||||
@@ -3480,13 +3480,6 @@ in
|
||||
meta.homepage = "https://github.com/ackyshake/VimCompletesMe/";
|
||||
};
|
||||
|
||||
vim2nix = buildVimPlugin {
|
||||
pname = "vim2nix";
|
||||
version = "1.0";
|
||||
src = ./vim2nix;
|
||||
dependencies = [ self.vim-addon-manager ];
|
||||
};
|
||||
|
||||
vimsence = super.vimsence.overrideAttrs {
|
||||
meta = with lib; {
|
||||
description = "Discord rich presence for Vim";
|
||||
|
||||
Reference in New Issue
Block a user