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. '') ];