vimPlugins.todo-nvim: init at 2022-02-19

This commit is contained in:
Ameer Taweel 2022-02-19 18:28:04 +03:00 committed by Matthieu Coudron
parent ff520dc746
commit 8424137563
2 changed files with 13 additions and 0 deletions

View file

@ -6808,6 +6808,18 @@ final: prev:
meta.homepage = "https://github.com/folke/todo-comments.nvim/";
};
todo-nvim = buildVimPluginFrom2Nix {
pname = "todo.nvim";
version = "2022-02-19";
src = fetchFromGitHub {
owner = "AmeerTaweel";
repo = "todo.nvim";
rev = "b252b4116812352161acfa73cdce6a15ffbde2eb";
sha256 = "+m3jy0ue0rAzRQ4hJDFPVVjNaOGNImkZjhIqI/AGTeY=";
};
meta.homepage = "https://github.com/AmeerTaweel/todo.nvim";
};
todo-txt-vim = buildVimPluginFrom2Nix {
pname = "todo.txt-vim";
version = "2021-03-20";

View file

@ -18,6 +18,7 @@ alvan/vim-closetag
alvarosevilla95/luatab.nvim
alx741/vim-hindent
alx741/vim-stylishask
AmeerTaweel/todo.nvim
amiorin/ctrlp-z
andersevenrud/cmp-tmux
andersevenrud/nordic.nvim