vimPlugins.vim-clap: add update script

This commit is contained in:
figsoda
2023-05-31 13:58:48 -04:00
parent 58bf1f8bad
commit 43aa25b633
@@ -62,5 +62,8 @@ vimUtils.buildVimPluginFrom2Nix {
passthru = {
inherit maple;
updateScript = nix-update-script {
attrPath = "vimPlugins.vim-clap.maple";
};
};
}