mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-10 12:47:16 +00:00
utility/ccc: properly format with alejandra
This commit is contained in:
parent
06721472bd
commit
bce6668c54
1 changed files with 1 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkOption mkEnableOption;
|
||||
inherit
|
||||
(lib.types)
|
||||
anything
|
||||
attrsOf
|
||||
listOf
|
||||
enum
|
||||
;
|
||||
inherit (lib.types) anything attrsOf listOf enum;
|
||||
inherit (lib.nvim.binds) mkMappingOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption luaInline;
|
||||
inherit (lib.generators) mkLuaInline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue