mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-18 17:54:36 +02:00
plugins/nvim-autopairs: extraConfiguLua -> luaConfig
This commit is contained in:
parent
8012fbd998
commit
455c5bff3e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue