Skip to content

Commit

Permalink
vimPlugins.orgmode: migrate to buildNeovimPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 12, 2025
1 parent 6de31f1 commit 6da298f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
12 changes: 0 additions & 12 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10398,18 +10398,6 @@ final: prev:
meta.homepage = "https://github.com/salkin-mada/openscad.nvim/";
};

orgmode = buildVimPlugin {
pname = "orgmode";
version = "2025-01-06";
src = fetchFromGitHub {
owner = "nvim-orgmode";
repo = "orgmode";
rev = "738de3980f7ff3f5cc63634432ce3307424aea4d";
sha256 = "1jc1wn5bnlimwz7pcw7i6s63r95y1fdlm9qadyis8ab0jy4367hc";
};
meta.homepage = "https://github.com/nvim-orgmode/orgmode/";
};

other-nvim = buildVimPlugin {
pname = "other.nvim";
version = "2024-11-30";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2575,8 +2575,8 @@ in
];
};

orgmode = super.orgmode.overrideAttrs {
dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ];
orgmode = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.orgmode;
};

otter-nvim = super.otter-nvim.overrideAttrs {
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,6 @@ 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/nvim-orgmode/orgmode/,,
https://github.com/rgroli/other.nvim/,HEAD,
https://github.com/jmbuhr/otter.nvim/,,
https://github.com/hedyhli/outline.nvim/,HEAD,
Expand Down

0 comments on commit 6da298f

Please sign in to comment.