vimPlugins.tssorter-nvim: init at 2024-08-16 (#338321)

This commit is contained in:
Gaétan Lepage 2024-09-17 10:40:32 +02:00 committed by GitHub
commit e2d5fc9fbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -11765,6 +11765,18 @@ final: prev:
meta.homepage = "https://github.com/jgdavey/tslime.vim/";
};
tssorter-nvim = buildVimPlugin {
pname = "tssorter.nvim";
version = "2024-08-16";
src = fetchFromGitHub {
owner = "mtrajano";
repo = "tssorter.nvim";
rev = "74fa4102cb3272dcc8fd5696fd3240358f19c090";
sha256 = "1y64w5aggh0k5xf0y8xsjbkzinn8gx2qhhqlww89k43dblq07pa4";
};
meta.homepage = "https://github.com/mtrajano/tssorter.nvim/";
};
tsuquyomi = buildVimPlugin {
pname = "tsuquyomi";
version = "2023-10-03";

View File

@ -1801,6 +1801,10 @@
nvimRequireCheck = "todo-comments";
};
tssorter-nvim = super.tssorter-nvim.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
};
tup =
let
# Based on the comment at the top of https://github.com/gittup/tup/blob/master/contrib/syntax/tup.vim

View File

@ -988,6 +988,7 @@ 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/mtrajano/tssorter.nvim/,HEAD,
https://github.com/Quramy/tsuquyomi/,,
https://github.com/folke/twilight.nvim/,,
https://github.com/pmizio/typescript-tools.nvim/,,