mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-02 02:34:15 -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.