Fix import on the wrong line

This commit is contained in:
isaacST08 2025-01-18 19:56:41 -07:00 committed by Ching Pei Yang
commit 7dceb8b0c0

View file

@ -20,8 +20,8 @@
}:
let
inherit (lib.options) mkEnableOption mkOption;
inherit (lib.modules) mkIf mkMerge listOf;
inherit (lib.types) package str bool;
inherit (lib.modules) mkIf mkMerge;
inherit (lib.types) package str bool listOf;
inherit (lib.nvim.types) mkGrammarOption;
inherit (builtins) any attrValues;