-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
Description
4cc5502 changes the default behavior of treesitter-context
to be disabled by default.
Prior to this commit, just installing the plugin would make context lines appear in the editor. After that commit, you need to run require("treesitter-context").setup{}
to see anything.
This may have been intended, if so that's okay. Otherwise I'm just making you aware 🙂 . I was confused why for the last few days my context stopped working, but didn't dig into it until today 😁. As long as it's intentional I'm okay (but others may not be).
Neovim version
v0.12.0-dev-2591+g61663c3cfb
Expected behavior
Should see context, because that's how it used to work
Actual behavior
Don't see context, even though I used to be able to
Minimal config
(you should have an empty config file)
Steps to reproduce
ArtAndreev, timothyqiu, toh995, taybart, kotsuban and 6 more
Metadata
Metadata
Assignees
Labels
No labels