Skip to content

Commit

Permalink
neovim: Adapt to nixvim internal refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Dec 15, 2024
1 parent 4c43afb commit 3e25d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neovim/plugins/diagram-nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
}:
lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "diagram-nvim";
originalName = "diagram.nvim";
luaName = "diagram";
packPathName = "diagram.nvim";
moduleName = "diagram";
package = "diagram-nvim";

maintainers = [ lib.maintainers.traxys ];
Expand Down

0 comments on commit 3e25d72

Please sign in to comment.