nix-community.nixvim/lib
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
..
autocmd-helpers.nix helpers: move rawType to helpers.nixvimTypes (#871) 2024-01-01 23:33:53 +01:00
default.nix Added test for template and fixed check export for lib (#361) 2023-05-15 11:04:52 +02:00
helpers.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
keymap-helpers.nix helpers/keymaps: add mkMapOptionsSubmodule 2023-12-15 16:19:28 +01:00
maintainers.nix Allow to add meta options like maintainers (#836) 2023-12-22 15:59:41 +01:00