mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/cmp: add rename warning for plugins.nvim-cmp.enable
This commit is contained in:
parent
dd238fb80b
commit
c59f002ef7
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@ in {
|
||||||
imports =
|
imports =
|
||||||
renameWarnings
|
renameWarnings
|
||||||
++ [
|
++ [
|
||||||
|
(
|
||||||
|
mkRenamedOptionModule
|
||||||
|
(oldPluginBasePath ++ ["enable"])
|
||||||
|
(newPluginBasePath ++ ["enable"])
|
||||||
|
)
|
||||||
(
|
(
|
||||||
mkRemovedOptionModule
|
mkRemovedOptionModule
|
||||||
(oldPluginBasePath ++ ["preselect"])
|
(oldPluginBasePath ++ ["preselect"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue