1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: friendship ended with todo.txt

This commit is contained in:
2021-04-08 20:00:54 +02:00
parent 71b5a8cb24
commit 4cba5a0b8a
6 changed files with 0 additions and 54 deletions

View File

@@ -1,10 +0,0 @@
{ vimUtils, fetchFromGitHub }:
vimUtils.buildVimPluginFrom2Nix {
name = "todo.txt-vim";
src = fetchFromGitHub {
owner = "freitass";
repo = "todo.txt-vim";
rev = "6845221d45bd62e604c2024bc511a56e79d1118b";
sha256 = "08m9q5f2pz6gjp0vkmm7glfsrbnldxi1j59dm5d7any6y96xxd6v";
};
}