vimPlugins.todo-nvim: remove

This project is abandoned.

Co-Authored-by: figsoda <figsoda@pm.me>

authored by

Ameer Taweel
figsoda
and committed by
figsoda
1ee0d754 9edb077a

+1 -13
+1
pkgs/applications/editors/vim/plugins/aliases.nix
··· 127 127 tlib = tlib_vim; 128 128 tmux-navigator = vim-tmux-navigator; 129 129 tmuxNavigator = vim-tmux-navigator; # backwards compat, added 2014-10-18 130 + todo-nvim = throw "todo-nvim has been removed: abandoned by upstream"; # Added 2023-08-23 130 131 tslime = tslime-vim; 131 132 unite = unite-vim; 132 133 UltiSnips = ultisnips;
-12
pkgs/applications/editors/vim/plugins/generated.nix
··· 9977 9977 meta.homepage = "https://github.com/folke/todo-comments.nvim/"; 9978 9978 }; 9979 9979 9980 - todo-nvim = buildVimPluginFrom2Nix { 9981 - pname = "todo.nvim"; 9982 - version = "2022-02-23"; 9983 - src = fetchFromGitHub { 9984 - owner = "AmeerTaweel"; 9985 - repo = "todo.nvim"; 9986 - rev = "6bd31dfd64b2730b33aad89423a1055c22fe276a"; 9987 - sha256 = "1887d1bjzixrdinr857cqq4x84760scik04r9mz9zmwdf8nfgh6b"; 9988 - }; 9989 - meta.homepage = "https://github.com/AmeerTaweel/todo.nvim/"; 9990 - }; 9991 - 9992 9980 todo-txt-vim = buildVimPluginFrom2Nix { 9993 9981 pname = "todo.txt-vim"; 9994 9982 version = "2021-03-20";
-1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 837 837 https://github.com/aserowy/tmux.nvim/,HEAD, 838 838 https://github.com/edkolev/tmuxline.vim/,, 839 839 https://github.com/folke/todo-comments.nvim/,, 840 - https://github.com/AmeerTaweel/todo.nvim/,, 841 840 https://github.com/freitass/todo.txt-vim/,, 842 841 https://github.com/akinsho/toggleterm.nvim/,, 843 842 https://github.com/folke/tokyonight.nvim/,,