mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-29 18:24:17 -05:00
Those types needed the following code in apply: if builtins.isString value then mkRaw value else value This commit avoids this boilerplate, and clarifies that the `str` is lua code in the documentation.