Skip to content

Commit

Permalink
vscode-extensions.vscodevim.vim: init at 1.2.0 (#58500)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokogr authored and veprbl committed Mar 28, 2019
1 parent 0097193 commit 3517083
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Expand Up @@ -52,5 +52,17 @@ rec {

ms-python.python = callPackage ./python {};

vscodevim.vim = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vim";
publisher = "vscodevim";
version = "1.2.0";
sha256 = "0c7nv3razc3xjjzmb0q9a89dgry77h79rbkmc8nbfpa1if7lsvcp";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};

WakaTime.vscode-wakatime = callPackage ./wakatime {};
}

0 comments on commit 3517083

Please sign in to comment.