mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #314885 from azuwis/ts-comments-nvim
This commit is contained in:
commit
1d6a7e4e59
@ -11256,6 +11256,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/tesaguri/trust.vim/";
|
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 {
|
tslime-vim = buildVimPlugin {
|
||||||
pname = "tslime.vim";
|
pname = "tslime.vim";
|
||||||
version = "2020-09-09";
|
version = "2020-09-09";
|
||||||
|
@ -947,6 +947,7 @@ https://github.com/simonmclean/triptych.nvim/,HEAD,
|
|||||||
https://github.com/folke/trouble.nvim/,,
|
https://github.com/folke/trouble.nvim/,,
|
||||||
https://github.com/Pocco81/true-zen.nvim/,,
|
https://github.com/Pocco81/true-zen.nvim/,,
|
||||||
https://github.com/tesaguri/trust.vim/,HEAD,
|
https://github.com/tesaguri/trust.vim/,HEAD,
|
||||||
|
https://github.com/folke/ts-comments.nvim/,HEAD,
|
||||||
https://github.com/jgdavey/tslime.vim/,,
|
https://github.com/jgdavey/tslime.vim/,,
|
||||||
https://github.com/Quramy/tsuquyomi/,,
|
https://github.com/Quramy/tsuquyomi/,,
|
||||||
https://github.com/folke/twilight.nvim/,,
|
https://github.com/folke/twilight.nvim/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user