diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index b4a904cb6cfd..0bc97cbeb934 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -12748,6 +12748,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + org-notebook-nvim = buildVimPlugin { + pname = "org-notebook.nvim"; + version = "0-unstable-2025-12-18"; + src = fetchFromGitHub { + owner = "bitbloxhub"; + repo = "org-notebook.nvim"; + rev = "fd381c5381930c773ef99d1ff11d0f77dc409f65"; + hash = "sha256-O1AwDqi2SdmycDHe1wWBeo5dEMPmYlFDjZJBSCCf3fM="; + }; + meta.homepage = "https://github.com/bitbloxhub/org-notebook.nvim/"; + meta.hydraPlatforms = [ ]; + }; + org-roam-nvim = buildVimPlugin { pname = "org-roam.nvim"; version = "0.2.0-unstable-2025-12-15"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 6f24b18ac5c9..ab6767107b29 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3003,6 +3003,17 @@ assertNoAdditions { dependencies = [ self.orgmode ]; }; + org-notebook-nvim = super.org-notebook-nvim.overrideAttrs { + dependencies = [ + self.orgmode + self.jupyter-api-nvim + ]; + nvimSkipModules = [ + # Requires mini.test, deno, and some deno dependencies, look into it once https://github.com/NixOS/nixpkgs/pull/453904 is merged + "org-notebook.test" + ]; + }; + otter-nvim = super.otter-nvim.overrideAttrs { dependencies = [ self.nvim-lspconfig ]; nvimSkipModules = [ diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index e82a5b787769..01b20d9e0f26 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -979,6 +979,7 @@ https://github.com/tyru/open-browser.vim/,, https://github.com/nickjvandyke/opencode.nvim/,HEAD, https://github.com/Almo7aya/openingh.nvim/,, https://github.com/salkin-mada/openscad.nvim/,HEAD, +https://github.com/bitbloxhub/org-notebook.nvim/,HEAD, https://github.com/chipsenkbeil/org-roam.nvim/,HEAD, https://github.com/rgroli/other.nvim/,HEAD, https://github.com/jmbuhr/otter.nvim/,,