1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests
traxys 5a498edd14
modules/output: Allow to specify text to add as extra files (#343)
To enable some features (like adding tree-sitter queries) we need to add
files to specific directories in the runtime path (queries/lang/file.scm
for tree-sitter queries for example).

This commit adds support for specifying such files. You must be careful
to not have any collisions between `files` and `extraFiles`.
2023-04-21 20:04:58 +02:00
..
test-sources modules/output: Allow to specify text to add as extra files (#343) 2023-04-21 20:04:58 +02:00
default.nix tests/plugins: refactor (#235) 2023-03-22 07:42:02 +01:00
fetch-tests.nix tests/plugins: refactor (#235) 2023-03-22 07:42:02 +01:00
lib-tests.nix helpers/lib: toLuaObject ignore empty attrs (#312) 2023-04-03 11:25:37 +02:00
test-derivation.nix tests: fix test (barbar) by creating the cache folder 2023-04-15 15:11:34 +02:00