neovim-flake/modules/lsp/lightbulb/default.nix

7 lines
63 B
Nix

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