mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Fix import on the wrong line
This commit is contained in:
parent
33ccc42932
commit
9cded6f6c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue