mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: migrate helpers.nixvimTypes
-> lib.types
This commit is contained in:
parent
b414a53649
commit
b7f419a759
5 changed files with 17 additions and 18 deletions
|
@ -16,6 +16,8 @@ let
|
|||
isRawType = v: v ? __raw && isString v.__raw;
|
||||
in
|
||||
rec {
|
||||
# TODO: deprecate in favor of types.rawLua.check
|
||||
# Or move to utils, lua, etc?
|
||||
inherit isRawType;
|
||||
|
||||
rawLua = mkOptionType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue