nvf/modules/lsp/lightbulb/default.nix
2023-02-27 22:25:39 +03:00

7 lines
63 B
Nix

_: {
imports = [
./lightbulb.nix
./config.nix
];
}