{
  pkgs,
  lib,
  config,
  ...
}: {
  imports = [
    ./vsnip.nix
  ];
}