From 892944ffa7bc20447f0e04ada7cdd8496a699eaf Mon Sep 17 00:00:00 2001 From: PopeRigby Date: Mon, 2 Sep 2024 12:58:18 -0700 Subject: [PATCH] vimPlugins.tssorter-nvim: init at 2024-08-16 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c053f5c669c1..73507e69308a 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -11655,6 +11655,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 fe85fcf4b567..a8e585b4d14f 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1741,6 +1741,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 9bd304b4d384..fd093cc58487 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -979,6 +979,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/,,