Skip to content

Conversation

@practicalli-johnny
Copy link
Contributor

@practicalli-johnny practicalli-johnny commented Apr 9, 2025

📑 Description

Disable nvim-treesitter-sexp plugin when running neovim 0.11 (errors due to treesitter breaking changes)

  • Add condition to lazy config for plugin on
  • Update nvim-treesitter-readme with note regarding neovim 0.11
  • Update clojure pack readme with note regarding nvim-treesitter-sexp

If there is a preferred approach to managing breaking changes in plugins (that arent fixed yet), feel free to change this PR or help me know what I should change it too. Thanks.

ℹ️ Additional Information

An issue has been raised with the maintainer of the package.

nvim-treesitter-sexp fails when using its commands for neovim 0.11 and AstroNvim v5

This plugin is failing due to breaking changes in treesitter since neovim 0.11

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Entry returns a single plugin spec with the new plugin as the only top level spec (not applicable for recipes or packs).

  • Proper usage of opts table rather than setting things up with the config function.

  • Proper usage of specs table for all specs that are not dependencies of a given plugin (not applicable for recipes or packs).

nvim-treesitter-sexp fails when using its commands for neovim 0.11 and
AstroNvim v5

This plugin is failing due to breaking changes in treesitter since
neovim 0.11

practicalli/neovim#62 (comment)
@practicalli-johnny practicalli-johnny force-pushed the clojure-disable-sexp-for-neovim-011 branch from 0d587cb to 59ff625 Compare April 9, 2025 11:30
@practicalli-johnny practicalli-johnny changed the title fix(clojure): disable nvim-treesitter-sexp for neovim 0.11 fix(editing-support): disable nvim-treesitter-sexp for neovim 0.11 Apr 9, 2025
Copy link
Contributor

@azdanov azdanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@azdanov azdanov merged commit 638a0c2 into AstroNvim:main Apr 10, 2025
16 checks passed
ButterSus pushed a commit to ButterSus/astrocommunity that referenced this pull request Apr 12, 2025
…stroNvim#1435)

fix(clojure): disable nvim-treesitter-sexp for neovim 0.11

nvim-treesitter-sexp fails when using its commands for neovim 0.11 and
AstroNvim v5

This plugin is failing due to breaking changes in treesitter since
neovim 0.11

practicalli/neovim#62 (comment)

Co-authored-by: Anton Ždanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants