vimPlugins.org-notebook-nvim: init at 0-unstable-2025-12-18
https://github.com/bitbloxhub/org-notebook.nvim
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user