mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
lib/types: factor out logLevel enum for standalone use
This commit is contained in:
parent
f285a958c0
commit
d348bb3e03
2 changed files with 5 additions and 5 deletions
|
@ -193,11 +193,9 @@ with nixvimUtils; rec {
|
|||
type = with types;
|
||||
nullOr
|
||||
(
|
||||
either ints.unsigned
|
||||
(
|
||||
enum
|
||||
["off" "error" "warn" "info" "debug" "trace"]
|
||||
)
|
||||
either
|
||||
ints.unsigned
|
||||
nixvimTypes.logLevel
|
||||
);
|
||||
default = null;
|
||||
apply =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue