mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
vimPlugins.todo-txt-vim: init at 2016-11-10
This commit is contained in:
parent
f349aa3e5e
commit
3fc5a4e046
|
@ -2542,6 +2542,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
todo-txt-vim = buildVimPluginFrom2Nix {
|
||||
pname = "todo-txt-vim";
|
||||
version = "2016-11-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "freitass";
|
||||
repo = "todo.txt-vim";
|
||||
rev = "6845221d45bd62e604c2024bc511a56e79d1118b";
|
||||
sha256 = "08m9q5f2pz6gjp0vkmm7glfsrbnldxi1j59dm5d7any6y96xxd6v";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
};
|
||||
|
||||
traces-vim = buildVimPluginFrom2Nix {
|
||||
pname = "traces-vim";
|
||||
version = "2019-09-30";
|
||||
|
|
|
@ -85,6 +85,7 @@ fenetikm/falcon
|
|||
fisadev/vim-isort
|
||||
flazz/vim-colorschemes
|
||||
floobits/floobits-neovim
|
||||
freitass/todo.txt-vim
|
||||
frigoeu/psc-ide-vim
|
||||
fsharp/vim-fsharp
|
||||
garbas/vim-snipmate
|
||||
|
|
Loading…
Reference in a new issue