diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 33104ba7a007..f5c72bca23fc 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 9edd19b6b971..49e200a7d96f 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 61b695fa82ec..59fa8a6ece60 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,