nix-community.nixvim/lib
Matt Sturgeon 9b25eaaa6f
lib/to-lua: fix removing empties nested in lists
- Add options for removing empty/null list entries (default false)
- Fix recursion into attrs that are themselves list entries

Fixes #1804
2024-07-03 16:44:30 +01:00
..
autocmd-helpers.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
builders.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
default.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
deprecation.nix lib/deprecation: init with mkDeprecatedSubOptionModule 2024-06-25 15:48:33 +01:00
helpers.nix lib/lua: refactor toLuaObject, now configurable 2024-06-28 22:44:43 +01:00
keymap-helpers.nix lib/keymaps: refactor mkMapOptionSubmodule again 2024-06-07 15:42:54 +01:00
maintainers.nix maintainers: add sheemap 2024-06-28 01:09:46 +01:00
neovim-plugin.nix lib/neovim-plugin: allow overriding settings description 2024-06-28 22:58:31 +01:00
options.nix lib/options: drop special case for string defaults 2024-06-21 08:45:30 +01:00
to-lua.nix lib/to-lua: fix removing empties nested in lists 2024-07-03 16:44:30 +01:00
types.nix lib/types: allow assigning raw lua to string lua 2024-06-17 00:01:40 +01:00
utils.nix plugins/none-ls: refactor mkRaw 2024-06-17 00:01:39 +01:00
vim-plugin.nix lib/vim-plugin: fix + improve settings example 2024-06-29 00:09:43 +01:00