nvim: Add nix snippet for sha256 hash

pull/30/head
Simon Bruder 2021-01-22 20:18:39 +01:00
parent 428e8103d9
commit 5ecebf4435
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

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