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

7 lines
60 B
Nix
Raw Normal View History

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