mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 12:25:57 +01:00
fix: formatting CI
This commit is contained in:
parent
cacd6228b5
commit
bc7fe4272b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.options) mkOption literalExpression;
|
inherit (lib.options) mkOption literalExpression;
|
||||||
inherit (lib.strings) optionalString;
|
inherit (lib.strings) optionalString;
|
||||||
inherit (lib.types) enum bool str int ;
|
inherit (lib.types) enum bool str int;
|
||||||
inherit (lib.nvim.dag) entryAfter;
|
inherit (lib.nvim.dag) entryAfter;
|
||||||
inherit (lib.nvim.lua) toLuaObject;
|
inherit (lib.nvim.lua) toLuaObject;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue