generated from nvim-treesitter/module-template
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor into standalone plugin #503
Labels
enhancement
New feature or request
Comments
Would a PR be welcome? |
Of course! |
Would the PR also have to remove the dependency on nvim-treesitter? |
Yes, that is the whole point! |
18 tasks
This comment was marked as off-topic.
This comment was marked as off-topic.
I consider this as completed by #523 and the follow-up fixes (thanks all!). Feel free to test it (if and only if you are testing nvim-treesitter |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nvim-treesitter 1.0 (expected later this year) will completely remove the module system in order to significantly reduce complexity.
This means that nvim-treesitter-textobjects needs to be refactored into a standalone plugin, similarly to https://github.com/nvim-treesitter/nvim-treesitter-context or the
indent.lua
module in 1.0. (There's no need to hook intonvim-treesitter
; textobjects should simply work if a suitable parser and queries are in runtimepath. This should also allow simplifying thesetup
as it no longer needs to be shoehorned into the nvim-treesitter setup structure.)As a bonus, the
incremental-selection
(also removed in 1.0) feature could be integrated here as ain
/an
node object.The text was updated successfully, but these errors were encountered: