mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-16 07:22:49 +01:00
9 lines
180 B
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;
|
|
};
|
|
}
|