From bc7fe4272b309b697dd5306e6f131511b8230ac9 Mon Sep 17 00:00:00 2001 From: diniamo Date: Tue, 16 Jul 2024 13:05:36 +0200 Subject: [PATCH] fix: formatting CI --- modules/neovim/init/basic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neovim/init/basic.nix b/modules/neovim/init/basic.nix index 6598427..07bb70d 100644 --- a/modules/neovim/init/basic.nix +++ b/modules/neovim/init/basic.nix @@ -5,7 +5,7 @@ }: let inherit (lib.options) mkOption literalExpression; 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.lua) toLuaObject;