diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index fcfd7988e6b0..2aa653396334 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index b9e563875b18..22ad08934ed8 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index d39bb1fe6a6a..c44f55b896f3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,