1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-16 07:22:49 +01:00
nixvim/tests/test-sources/plugins/by-name/idris2/default.nix

9 lines
180 B
Nix

{
empty = {
# TODO 2025-10-01
# Calls `require("lspconfig")` which is deprecated, producing a warning
test.runNvim = false;
plugins.idris2.enable = true;
};
}