Unverified Commit 5d963722 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.nvim-treesitter-sexp: init at 2024-06-07 (#348811)

parents 29dccd64 455f80e4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9437,6 +9437,18 @@ final: prev:
    meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-refactor/";
  };
  nvim-treesitter-sexp = buildVimPlugin {
    pname = "nvim-treesitter-sexp";
    version = "2024-06-07";
    src = fetchFromGitHub {
      owner = "PaterJason";
      repo = "nvim-treesitter-sexp";
      rev = "32509f4071f9c8ba5655bf2e1ccf1f1cd8447da0";
      sha256 = "1mfayp49nglk4xv1zmzdc8d6dxkjn3dqlywhwwkcdnyqg6y4c6ks";
    };
    meta.homepage = "https://github.com/PaterJason/nvim-treesitter-sexp/";
  };
  nvim-treesitter-textobjects = buildVimPlugin {
    pname = "nvim-treesitter-textobjects";
    version = "2024-10-16";
+4 −0
Original line number Diff line number Diff line
@@ -1676,6 +1676,10 @@ in

  nvim-treesitter-parsers = lib.recurseIntoAttrs self.nvim-treesitter.grammarPlugins;

  nvim-treesitter-sexp = super.nvim-treesitter-sexp.overrideAttrs {
    nvimRequireCheck = "treesitter-sexp";
  };

  nvim-ufo = super.nvim-ufo.overrideAttrs {
    dependencies = with self; [ promise-async ];
    nvimRequireCheck = "ufo";
+1 −0
Original line number Diff line number Diff line
@@ -792,6 +792,7 @@ https://github.com/RRethy/nvim-treesitter-endwise/,HEAD,
https://github.com/theHamsta/nvim-treesitter-pairs/,HEAD,
https://github.com/eddiebergman/nvim-treesitter-pyfold/,,
https://github.com/nvim-treesitter/nvim-treesitter-refactor/,,
https://github.com/PaterJason/nvim-treesitter-sexp/,HEAD,
https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,
https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD,
https://github.com/windwp/nvim-ts-autotag/,,