diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1c5a6b377c4c..ddb2100f39fa 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 868c3cd4c042..129b5c92c00f 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b9f5aa343010..109c0005d802 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,