plugins/tailwind-tools: move deprecation to plugins/deprecation.nix

This commit is contained in:
Matt Sturgeon 2025-10-22 03:55:22 +01:00
parent b3eeecc57e
commit 2fac73b8d4
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,8 @@
test.warnings = expect: [
(expect "count" 1)
(expect "any" "Nixvim (plugins.tailwind-tools): The upstream GitHub project for tailwind-tools is archived,")
(expect "any" "Nixvim (plugins.tailwind-tools): This plugin has been deprecated.")
(expect "any" "Consider disabling it or switching to an alternative.")
];
};