Files
nixvim/plugins/utils
traxysandGitHub 8aa4b7e4ce helpers: Add option helpers for types that are either a lua str or a value (#876)
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.
2024-01-02 00:30:10 +01:00
..
2023-12-09 11:34:30 +01:00
2023-12-22 14:48:15 +01:00