repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
db0b49a
parent
4b6a285
author
Eric Bower
date
2021-12-14 05:54:12 +0000 UTC
add google cloud
1 files changed,  +1, -0
M flake.nix
+1, -0
1@@ -13,6 +13,7 @@
2           buildInputs = [
3             pkgs.nodejs-14_x
4             pkgs.yarn
5+            pkgs.google-cloud-sdk
6           ];
7         };
8       });