vimPlugins.neovim-project: init at 0.1
https://github.com/coffebar/neovim-project
This commit is contained in:
@@ -11736,6 +11736,20 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neovim-project = buildVimPlugin {
|
||||
pname = "neovim-project";
|
||||
version = "0.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "coffebar";
|
||||
repo = "neovim-project";
|
||||
tag = "0.1";
|
||||
hash = "sha256-OCo4rF+mJ5it1S7UhlzpPpbi6Zxt211c4v6t1IPf1rw=";
|
||||
};
|
||||
meta.homepage = "https://github.com/coffebar/neovim-project/";
|
||||
meta.license = getLicenseFromSpdxId "Apache-2.0";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neovim-sensible = buildVimPlugin {
|
||||
pname = "neovim-sensible";
|
||||
version = "0-unstable-2017-09-20";
|
||||
|
||||
@@ -3012,6 +3012,13 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
neovim-project = super.neovim-project.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
neovim-session-manager
|
||||
];
|
||||
};
|
||||
|
||||
neovim-sensible = super.neovim-sensible.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
|
||||
@@ -836,6 +836,7 @@ https://github.com/marilari88/neotest-vitest/,,
|
||||
https://github.com/lawrence-laz/neotest-zig/,,
|
||||
https://github.com/Shatur/neovim-ayu/,,
|
||||
https://github.com/cloudhead/neovim-fuzzy/,,
|
||||
https://github.com/coffebar/neovim-project/,,
|
||||
https://github.com/jeffkreeftmeijer/neovim-sensible/,,
|
||||
https://github.com/saxon1964/neovim-tips/,,
|
||||
https://github.com/trunk-io/neovim-trunk/,,
|
||||
|
||||
Reference in New Issue
Block a user