1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-07 17:41:04 +01:00

tests/one: fix deprecation warning

This commit is contained in:
Austin Horstman 2024-09-08 19:24:35 -05:00
parent 4e6bb69680
commit 68aeb57a35
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
enable = true;
settings = {
allow_italics = false;
allow_italics = 0;
};
};
};