about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/telescope/extensions/default.nix
blob: ddaf47eebaec48a1bac6ac98ca3de6dc28e47559 (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./frecency
    ./fzy-native
  ];
}