mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
treewide: luaName -> moduleName
Jus to closer align with its usage.
This commit is contained in:
parent
a7012e7864
commit
c37031d71f
23 changed files with 31 additions and 31 deletions
|
@ -7,7 +7,7 @@
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "none-ls";
|
||||
packPathName = "none-ls.nvim";
|
||||
luaName = "null-ls";
|
||||
moduleName = "null-ls";
|
||||
package = "none-ls-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.MattSturgeon ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue