1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-26 12:11:04 +01:00
nixvim/tests/test-sources/modules
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
..
performance tests/performance: disable test 2025-07-25 16:18:00 +00:00
autocmd.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
clipboard.nix modules/clipboard: add pbcopy clipboard provider 2025-10-27 21:42:13 +00:00
commands.nix modules/commands: allow commands to be raw lua 2024-05-21 14:27:49 +02:00
dependencies.nix dependencies: add roslyn_ls 2025-10-05 10:29:09 +00:00
diagnostics.nix modules/diagnostic: rename diagnostic.config -> diagnostic.settings 2025-04-30 18:31:17 +01:00
editorconfig.nix editorconfig: Migrate to builtin plugin (#335) 2023-04-15 15:21:25 +02:00
extra-files.nix modules: refactor extraFiles 2024-07-07 16:42:47 +01:00
files.nix modules/files: fix creating configs of vim type 2024-07-19 14:45:34 +03:00
filetypes.nix tests: remove special treatment of module 2024-08-20 01:07:21 +01:00
highlight.nix tests: fix occurences of deprecated "options" option 2024-03-30 14:21:21 +01:00
keymaps.nix plugins/barbar: add nullOr workaround for keymaps lua warning 2025-11-21 09:27:16 +00:00
lsp.nix modules/lsp: auto-import per-server custom modules 2025-10-10 14:11:54 +00:00
lua-loader.nix modules/lua-loader: use new 0.11 API for enabling/disabling 2025-04-01 16:03:03 +02:00
options.nix tests: fix occurences of deprecated "options" option 2024-03-30 14:21:21 +01:00
output.nix treewide: remove internal use of helpers module arg 2025-11-19 15:22:27 +00:00