1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/compiler/default.nix

10 lines
304 B
Nix

{
empty = {
# TODO: shows a warning
# > ERROR: ATTN: overseer.nvim will experience breaking changes soon. Pin to version v1.6.0 or earlier to avoid disruption.
# > See: https://github.com/stevearc/overseer.nvim/pull/448
test.runNvim = false;
plugins.compiler.enable = true;
};
}