nvim-treesitter / nvim-treesitter-refactor

Refactor module for nvim-treesitter
Apache License 2.0
407 stars 25 forks source link

Update nvim-treesitter-refactor.lua #44

Closed briandipalma closed 1 year ago

briandipalma commented 1 year ago

Even though I have this plugin depending on treesitter it still seems to blow up the first time I load up a fresh neovim:

image

theHamsta commented 1 year ago

For me this works, perfectly. This this seems to be an issue with the load order in the runtime path. But if this is an easy fix we can use it.

briandipalma commented 1 year ago

Yes, I think there was a bug in packer because when I moved to lazy.nvim the issue stopped. The change shouldn't affect this plugin so I guess it's fine to still be merged in but if you'd prefer you can revert it and if anyone else sees it ask them to try lazy.nvim instead of packer.