Merge pull request #314885 from azuwis/ts-comments-nvim

This commit is contained in:
Sandro 2024-06-05 23:15:55 +02:00 committed by GitHub
commit 1d6a7e4e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

@ -11256,6 +11256,18 @@ final: prev:
meta.homepage = "https://github.com/tesaguri/trust.vim/";
};
ts-comments-nvim = buildVimPlugin {
pname = "ts-comments.nvim";
version = "2024-05-26";
src = fetchFromGitHub {
owner = "folke";
repo = "ts-comments.nvim";
rev = "f7ded340b4c6b317593b867838bf7ace354a67d4";
sha256 = "1pajs8xsx65d5wzr6j98b0am52np2qijk8k7nc6dg6ibjfvwssyr";
};
meta.homepage = "https://github.com/folke/ts-comments.nvim/";
};
tslime-vim = buildVimPlugin {
pname = "tslime.vim";
version = "2020-09-09";

@ -947,6 +947,7 @@ https://github.com/simonmclean/triptych.nvim/,HEAD,
https://github.com/folke/trouble.nvim/,,
https://github.com/Pocco81/true-zen.nvim/,,
https://github.com/tesaguri/trust.vim/,HEAD,
https://github.com/folke/ts-comments.nvim/,HEAD,
https://github.com/jgdavey/tslime.vim/,,
https://github.com/Quramy/tsuquyomi/,,
https://github.com/folke/twilight.nvim/,,