mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
vimPlugins.ts-autotag-nvim: init at 2025-01-15
This commit is contained in:
parent
4907666115
commit
f2df03f8b8
2 changed files with 14 additions and 0 deletions
|
@ -15120,6 +15120,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
ts-autotag-nvim = buildVimPlugin {
|
||||
pname = "ts-autotag.nvim";
|
||||
version = "2025-01-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tronikelis";
|
||||
repo = "ts-autotag.nvim";
|
||||
rev = "0f1dc38fddd99b468ef58938d7cd99ce1d6bcb0e";
|
||||
sha256 = "1m0gng9v5dn6mm026nxw0n24bvysr156xhwvf83pv9xqp28xfwar";
|
||||
};
|
||||
meta.homepage = "https://github.com/tronikelis/ts-autotag.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
ts-comments-nvim = buildVimPlugin {
|
||||
pname = "ts-comments.nvim";
|
||||
version = "2025-02-27";
|
||||
|
|
|
@ -1160,6 +1160,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/tronikelis/ts-autotag.nvim/,HEAD,
|
||||
https://github.com/folke/ts-comments.nvim/,HEAD,
|
||||
https://github.com/dmmulroy/tsc.nvim/,HEAD,
|
||||
https://github.com/jgdavey/tslime.vim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue