1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-26 20:21:03 +01:00
nixvim/tests/test-sources
Matt Sturgeon a635b56894 plugins/barbar: add nullOr workaround for keymaps lua warning
Currently, `types.either` has support for the new valueMeta attribute
added by v2 check and merge, while `types.nullOr` does not.

The `lua` option deprecation warning implemented in
`modules/keymaps.nix` requires `valueMeta`, so re-implement `nullOr`
using `types.either` as a workaround.
2025-11-21 09:27:16 +00:00
..
colorschemes colorschemes/vague: init 2025-11-11 23:35:25 +00:00
example-configurations tests/issues: fix deprecation warning 2025-08-06 18:57:31 +00:00
modules plugins/barbar: add nullOr workaround for keymaps lua warning 2025-11-21 09:27:16 +00:00
plugins treewide: remove internal use of helpers module arg 2025-11-19 15:22:27 +00:00
env.nix modules: add env option 2025-03-24 18:50:29 +01:00
examples.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
extended-lib.nix lib/evalNixvim: deprecate specialArgs.helpers 2025-11-19 15:22:27 +00:00