Commit 892944ff authored by PopeRigby's avatar PopeRigby
Browse files

vimPlugins.tssorter-nvim: init at 2024-08-16

parent 5b5931f3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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/,,