{ pkgs, ... }: let inherit (pkgs.vimUtils) buildVimPlugin; in buildVimPlugin { name = "snippets"; src = ./.; }