nvim-treesitter/lua
Santos Gallegos 5742cf1d12 Goto: don't move the cursor if already on the node
For example, executing a goto over ba[r] will move the cursor to [b]ar.

```python
def foo(bar):
    pass
```
2020-08-03 20:28:08 -05:00
..
nvim-treesitter Goto: don't move the cursor if already on the node 2020-08-03 20:28:08 -05:00
nvim-treesitter.lua feat(configs): dynamic module defintions 2020-07-07 13:53:23 +02:00