nix-community.nixvim/lib
traxys e0521dde87
helpers: Allow to set raw lua code in more places (#837)
With this change a user should be able to set raw lua code in more
places than before.

The `mkStr` helper was _not_ changed as a large number of places in
nixvim are using this helper to directly implement raw lua code.

Also note that types of the form `oneOf [submodule <something else>` are
not well rendered in the documentation, and should be avoided (this
includes `listOf [submodule <something else>`, so the helpers should be
avoided in this case)
2023-12-22 16:55:50 +01:00
..
autocmd-helpers.nix modules/autocmd: factor out autocmd-helpers 2023-11-14 23:23:30 +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: Allow to set raw lua code in more places (#837) 2023-12-22 16:55:50 +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