-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I've just set up nvim so that treesitter takes care of folds:
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"This works fine on other languages (i.e.: lua), but on apex it will just fold the entire file, not caring for classes, methods, or anything. Is this something that's missing from the apex parser?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels