PaterJason / nvim-treesitter-sexp

MIT License
26 stars 5 forks source link

Behavior when the cursor on the top level blank line #9

Open 6cdh opened 1 week ago

6cdh commented 1 week ago

Normally, I can use the shortcuts to jump between top level nodes.

But sometimes the cursor stops on the blank line which does not belong to any syntax node, then the shortcuts would not work.

It would be better if motions work at that case.