mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.todo-comments-nvim: init at 2021-05-16
This commit is contained in:
parent
64bb7a00ba
commit
b012981301
2 changed files with 13 additions and 0 deletions
|
@ -4777,6 +4777,18 @@ let
|
|||
meta.homepage = "https://github.com/wellle/tmux-complete.vim/";
|
||||
};
|
||||
|
||||
todo-comments-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "todo-comments-nvim";
|
||||
version = "2021-05-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "folke";
|
||||
repo = "todo-comments.nvim";
|
||||
rev = "0f6a87bb04925775bb2fd68c063152512e033313";
|
||||
sha256 = "1w2qgchd8r553i836pb4zjy2h23nryd5nfc905h5nxw0jaqb1f4i";
|
||||
};
|
||||
meta.homepage = "https://github.com/folke/todo-comments.nvim/";
|
||||
};
|
||||
|
||||
todo-txt-vim = buildVimPluginFrom2Nix {
|
||||
pname = "todo-txt-vim";
|
||||
version = "2021-03-20";
|
||||
|
|
|
@ -137,6 +137,7 @@ fisadev/vim-isort
|
|||
flazz/vim-colorschemes
|
||||
floobits/floobits-neovim
|
||||
folke/lsp-colors.nvim@main
|
||||
folke/todo-comments.nvim@main
|
||||
folke/trouble.nvim@main
|
||||
folke/which-key.nvim@main
|
||||
freitass/todo.txt-vim
|
||||
|
|
Loading…
Reference in a new issue