ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

Error from nvim-treesitter when saving a file #40

Closed techapostle closed 2 years ago

techapostle commented 2 years ago

When saving a file, there is an error/warning (not sure which) thrown that is caused by a deprecated function call from nvim-treesitter.
The error states:
nvim-treesitter.ts_utils.get_node_text is deprecated: use vim.treesitter.query.get_node_text

ecosse3 commented 2 years ago

Yes, I saw it already too. I think it's some new issue on nvim-treesitter/ts_utils library.

ecosse3 commented 2 years ago

It's not related to my config but another packages I use in Ecovim. At least nvim-cmp, nvim-gps, hlargs and nvim-autopairs are affected by latest changes to nvim-treesitter. We need to wait for their changes. I'll create PRs in free time.

ecosse3 commented 2 years ago

Already fixed 😄