nix-community.nixvim/plugins/filetrees
traxys 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
..
chadtree.nix misc: refactor imports, prefer adding helpers to args rather than importing it 2023-11-06 16:33:39 +01:00
neo-tree.nix helpers: Add option helpers for types that are either a lua str or a value (#876) 2024-01-02 00:30:10 +01:00
nvim-tree.nix helpers: move rawType to helpers.nixvimTypes (#871) 2024-01-01 23:33:53 +01:00