vimPlugins.org-roam-nvim: init at 2025-03-12

This commit is contained in:
Antonín Říha
2025-03-12 04:07:44 +01:00
parent e3e32b642a
commit 9d5734a06a
3 changed files with 18 additions and 0 deletions
@@ -11267,6 +11267,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";
@@ -2631,6 +2631,10 @@ in
];
};
org-roam-nvim = super.org-roam-nvim.overrideAttrs {
dependencies = [ self.orgmode ];
};
otter-nvim = super.otter-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
@@ -865,6 +865,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,