mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
treewide: use mkWarnings where possible
This commit is contained in:
parent
abba4af10b
commit
12e658eca8
34 changed files with 309 additions and 225 deletions
|
@ -2,7 +2,7 @@ let
|
|||
# This plugin is deprecated
|
||||
warnings = expect: [
|
||||
(expect "count" 1)
|
||||
(expect "any" "this plugin is obsolete and will be removed after 24.11.")
|
||||
(expect "any" "This plugin is obsolete and will be removed after 24.11.")
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue