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
|
@ -115,7 +115,7 @@ rec {
|
|||
null
|
||||
else if isString r then
|
||||
{ __raw = r; }
|
||||
else if helpers.nixvimTypes.isRawType r then
|
||||
else if types.isRawType r then
|
||||
r
|
||||
else
|
||||
throw "mkRaw: invalid input: ${generators.toPretty { multiline = false; } r}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue