plugins/nvim-autopairs: extraConfiguLua -> luaConfig

This commit is contained in:
Austin Horstman 2024-12-12 20:39:22 -06:00
parent 8012fbd998
commit 455c5bff3e
No known key found for this signature in database

View file

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