mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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 @@ with lib;
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "better-escape";
|
||||
packPathName = "better-escape.nvim";
|
||||
luaName = "better_escape";
|
||||
moduleName = "better_escape";
|
||||
package = "better-escape-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
|
@ -8,7 +8,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "codeium-nvim";
|
||||
packPathName = "codeium.nvim";
|
||||
luaName = "codeium";
|
||||
moduleName = "codeium";
|
||||
|
||||
maintainers = with lib.maintainers; [
|
||||
GaetanLepage
|
||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "comment";
|
||||
packPathName = "Comment.nvim";
|
||||
luaName = "Comment";
|
||||
moduleName = "Comment";
|
||||
package = "comment-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "conform-nvim";
|
||||
luaName = "conform";
|
||||
moduleName = "conform";
|
||||
packPathName = "conform.nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "copilot-chat";
|
||||
packPathName = "CopilotChat.nvim";
|
||||
luaName = "CopilotChat";
|
||||
moduleName = "CopilotChat";
|
||||
package = "CopilotChat-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "indent-blankline";
|
||||
packPathName = "indent-blankline.nvim";
|
||||
luaName = "ibl";
|
||||
moduleName = "ibl";
|
||||
package = "indent-blankline-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "lsp-lines";
|
||||
luaName = "lsp_lines";
|
||||
moduleName = "lsp_lines";
|
||||
packPathName = "lsp_lines.nvim";
|
||||
package = "lsp_lines-nvim";
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
name = "lsp-signature";
|
||||
packPathName = "lsp_signature.nvim";
|
||||
package = "lsp_signature-nvim";
|
||||
luaName = "lsp_signature";
|
||||
moduleName = "lsp_signature";
|
||||
|
||||
maintainers = [ lib.maintainers.wadsaek ];
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "navic";
|
||||
packPathName = "nvim-navic";
|
||||
luaName = "nvim-navic";
|
||||
moduleName = "nvim-navic";
|
||||
package = "nvim-navic";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "nvim-snippets";
|
||||
luaName = "snippets";
|
||||
moduleName = "snippets";
|
||||
|
||||
maintainers = [ lib.maintainers.psfloyd ];
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "nvim-ufo";
|
||||
luaName = "ufo";
|
||||
moduleName = "ufo";
|
||||
package = "nvim-ufo";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "project-nvim";
|
||||
packPathName = "project.nvim";
|
||||
luaName = "project_nvim";
|
||||
moduleName = "project_nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "rest";
|
||||
packPathName = "rest.nvim";
|
||||
luaName = "rest-nvim";
|
||||
moduleName = "rest-nvim";
|
||||
package = "rest-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "sqlite-lua";
|
||||
packPathName = "sqlite.lua";
|
||||
luaName = "sqlite.lua";
|
||||
moduleName = "sqlite.lua";
|
||||
package = "sqlite-lua";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib;
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "treesitter";
|
||||
packPathName = "nvim-treesitter";
|
||||
luaName = "nvim-treesitter.configs";
|
||||
moduleName = "nvim-treesitter.configs";
|
||||
package = "nvim-treesitter";
|
||||
|
||||
description = ''
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -5,7 +5,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "web-devicons";
|
||||
packPathName = "nvim-web-devicons";
|
||||
luaName = "nvim-web-devicons";
|
||||
moduleName = "nvim-web-devicons";
|
||||
package = "nvim-web-devicons";
|
||||
|
||||
maintainers = [ lib.maintainers.refaelsh ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue