nix-community.nixvim/lib
Matt Sturgeon 039f6c1973
lib/lua: workaround builtins.match alias issue
It seems that `with lib` isn't (always) bringing `match` into scope
Odd, but we can fix by explicitly using `builtins.match`.
2024-06-28 23:59:39 +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/lua: workaround builtins.match alias issue 2024-06-28 23:59:39 +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 Revert "helpers/vim-plugin: fix mkVimPlugin when defaultPackage.meta.homepage doesn't exist" 2024-06-21 08:53:33 +02:00