1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-17 14:31:11 +01:00

plugins/instant: fix test to remove warning

This commit is contained in:
Gaetan Lepage 2024-03-03 23:05:58 +01:00 committed by Gaétan Lepage
parent 40286bf9b0
commit 8a330548ba

View file

@ -1,9 +1,6 @@
{
empty = {
plugins.instant = {
enable = true;
username = null;
};
plugins.instant.enable = true;
};
example = {