treewide: neovim-plugin -> plugins

This commit is contained in:
Matt Sturgeon 2024-12-22 09:58:27 +00:00
parent 787844cfe4
commit 5e9a6c00a9
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
206 changed files with 206 additions and 206 deletions

View file

@ -7,7 +7,7 @@ from argparse import ArgumentParser
# Template for default.nix
# TODO: conditionally include parts of the template based on args
default_nix_template = """{{ lib, ... }}:
lib.nixvim.neovim-plugin.mkNeovimPlugin {{
lib.nixvim.plugins.mkNeovimPlugin {{
name = "{name}";
packPathName = "{originalName}";
package = "{package}";