vimPlugins.todo-nvim: remove

This project is abandoned.

Co-Authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
Ameer Taweel 2023-08-23 16:39:49 +03:00 committed by figsoda
parent 9edb077ace
commit 1ee0d75456
3 changed files with 1 additions and 13 deletions

View file

@ -127,6 +127,7 @@ mapAliases (with prev; {
tlib = tlib_vim;
tmux-navigator = vim-tmux-navigator;
tmuxNavigator = vim-tmux-navigator; # backwards compat, added 2014-10-18
todo-nvim = throw "todo-nvim has been removed: abandoned by upstream"; # Added 2023-08-23
tslime = tslime-vim;
unite = unite-vim;
UltiSnips = ultisnips;

View file

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

View file

@ -837,7 +837,6 @@ https://github.com/wellle/tmux-complete.vim/,,
https://github.com/aserowy/tmux.nvim/,HEAD,
https://github.com/edkolev/tmuxline.vim/,,
https://github.com/folke/todo-comments.nvim/,,
https://github.com/AmeerTaweel/todo.nvim/,,
https://github.com/freitass/todo.txt-vim/,,
https://github.com/akinsho/toggleterm.nvim/,,
https://github.com/folke/tokyonight.nvim/,,