Skip to content

Commit

Permalink
vimPlugins.nvim-treesitter-sexp: init at 2024-06-07 (NixOS#348811)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Oct 22, 2024
2 parents 29dccd6 + 455f80e commit 5d96372
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 5d96372

Please sign in to comment.