summaryrefslogtreecommitdiffstats
path: root/modules/plugins/lsp/trouble/default.nix
blob: 77e93376fe46c7ca2f8e86e2f454bed488f86d36 (plain)
1
2
3
4
5
6
{
  imports = [
    ./trouble.nix
    ./config.nix
  ];
}