vimPlugins.neovim-session-manager: init at 0-unstable-2026-01-26
https://github.com/shatur/neovim-session-manager
This commit is contained in:
@@ -11764,6 +11764,20 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neovim-session-manager = buildVimPlugin {
|
||||
pname = "neovim-session-manager";
|
||||
version = "0-unstable-2026-01-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "shatur";
|
||||
repo = "neovim-session-manager";
|
||||
rev = "89d253a6c68af60b49570044591d5b8701866601";
|
||||
hash = "sha256-d7lXPIy6qJDPvFk8twwkqKUWI205HfTqXMspnVRkng0=";
|
||||
};
|
||||
meta.homepage = "https://github.com/shatur/neovim-session-manager/";
|
||||
meta.license = getLicenseFromSpdxId "GPL-3.0-only";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neovim-tips = buildVimPlugin {
|
||||
pname = "neovim-tips";
|
||||
version = "0.8.4";
|
||||
|
||||
@@ -3025,6 +3025,12 @@ assertNoAdditions {
|
||||
};
|
||||
});
|
||||
|
||||
neovim-session-manager = super.neovim-session-manager.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
];
|
||||
};
|
||||
|
||||
neovim-tips = super.neovim-tips.overrideAttrs {
|
||||
dependencies = [
|
||||
self.nui-nvim
|
||||
|
||||
@@ -838,6 +838,7 @@ 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/shatur/neovim-session-manager/,,
|
||||
https://github.com/saxon1964/neovim-tips/,,
|
||||
https://github.com/trunk-io/neovim-trunk/,,
|
||||
https://github.com/Shougo/neoyank.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user