plugins/cmp: add rename warning for plugins.nvim-cmp.enable

This commit is contained in:
Gaetan Lepage 2024-03-06 22:30:39 +01:00 committed by Gaétan Lepage
parent dd238fb80b
commit c59f002ef7

View file

@ -109,6 +109,11 @@ in {
imports =
renameWarnings
++ [
(
mkRenamedOptionModule
(oldPluginBasePath ++ ["enable"])
(newPluginBasePath ++ ["enable"])
)
(
mkRemovedOptionModule
(oldPluginBasePath ++ ["preselect"])