7 lines
72 B
Nix
7 lines
72 B
Nix
|
{
|
||
|
imports = [
|
||
|
./language-server.nix
|
||
|
./line-limiter.nix
|
||
|
];
|
||
|
}
|