summaryrefslogtreecommitdiffstats
path: root/modules/plugins/treesitter/ts-textobjects/default.nix
blob: d0ae48a3b836a97a2e280f805a82c42cae81ee04 (plain)
1
2
3
4
5
6
{
  imports = [
    ./textobjects.nix
    ./config.nix
  ];
}