From 455c5bff3e551b5bb46778135fc048d5154f2167 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 12 Dec 2024 20:39:22 -0600 Subject: [PATCH] plugins/nvim-autopairs: extraConfiguLua -> luaConfig --- plugins/by-name/nvim-autopairs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/by-name/nvim-autopairs/default.nix b/plugins/by-name/nvim-autopairs/default.nix index efee0fb3..e72bafb8 100644 --- a/plugins/by-name/nvim-autopairs/default.nix +++ b/plugins/by-name/nvim-autopairs/default.nix @@ -46,7 +46,7 @@ helpers.neovim-plugin.mkNeovimPlugin { )) (mkRemovedOptionModule (basePluginPaths ++ [ "pairs" ]) '' This option was having no effect. - If you want to customize pairs, please use `extraConfigLua` to define them as described in the plugin documentation. + If you want to customize pairs, please use `luaConfig` to define them as described in the plugin documentation. '') ];