vimPlugins.org-roam-nvim: init at 2025-03-12 (#389196)

This commit is contained in:
Gaétan Lepage
2025-03-13 10:29:53 +01:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -11358,6 +11358,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
org-roam-nvim = buildVimPlugin {
pname = "org-roam.nvim";
version = "2025-03-12";
src = fetchFromGitHub {
owner = "chipsenkbeil";
repo = "org-roam.nvim";
rev = "f92b54eff931982031d5e164482d5e781bb2cd31";
sha256 = "sha256-KEmbFGXjOlSPY8wpr5WUzD5+eCUP1hXN2Ty37smLU9M=";
};
meta.homepage = "https://github.com/chipsenkbeil/org-roam.nvim/";
meta.hydraPlatforms = [ ];
};
other-nvim = buildVimPlugin {
pname = "other.nvim";
version = "2024-11-30";
@@ -2658,6 +2658,10 @@ in
];
};
org-roam-nvim = super.org-roam-nvim.overrideAttrs {
dependencies = [ self.orgmode ];
};
otter-nvim = super.otter-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
@@ -871,6 +871,7 @@ https://github.com/tyru/open-browser-github.vim/,,
https://github.com/tyru/open-browser.vim/,,
https://github.com/Almo7aya/openingh.nvim/,,
https://github.com/salkin-mada/openscad.nvim/,HEAD,
https://github.com/chipsenkbeil/org-roam.nvim/,HEAD,
https://github.com/rgroli/other.nvim/,HEAD,
https://github.com/jmbuhr/otter.nvim/,,
https://github.com/hedyhli/outline.nvim/,HEAD,