1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00

treewide: luaName -> moduleName

Jus to closer align with its usage.
This commit is contained in:
Austin Horstman 2024-12-13 08:28:39 -06:00
parent a7012e7864
commit c37031d71f
No known key found for this signature in database
23 changed files with 31 additions and 31 deletions

View file

@ -8,7 +8,7 @@ with lib;
helpers.neovim-plugin.mkNeovimPlugin {
name = "ts-autotag";
packPathName = "nvim-ts-autotag";
luaName = "nvim-ts-autotag";
moduleName = "nvim-ts-autotag";
package = "nvim-ts-autotag";
maintainers = [ maintainers.GaetanLepage ];