phelipetls / jsonpath.nvim

A Neovim plugin to help you access JSON values, powered by treesitter
MIT License
135 stars 7 forks source link

Update to new treesitter api #13

Closed Myzel394 closed 3 months ago

Myzel394 commented 3 months ago

Closes #12;

This PR adds the ability to specify the buffer and the start node; thus giving developers and the user more flexibility.

The old, deprecated APIs have been removed. However, we should probably check what minimum versions the new APIs from Neovim require and note this in the README.md.

Myzel394 commented 3 months ago

Nice! Can we merge this?

phelipetls commented 3 months ago

Sure, just did it