Fix import on the wrong line

This commit is contained in:
isaacST08 2025-01-18 19:56:41 -07:00
commit 9cded6f6c2

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;