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

7 lines
60 B
Nix

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