nvim: Add nix snippet for sha256 hash

This commit is contained in:
Simon Bruder 2021-01-22 20:18:39 +01:00
parent 428e8103d9
commit 5ecebf4435
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -0,0 +1,3 @@
snippet sha256 "dummy sha256 hash"
sha256 = "0000000000000000000000000000000000000000000000000000";
endsnippet