ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
1.91k stars 119 forks source link

go.nvim code conflicts with latest nvim-treesitter code #419

Open kekscode opened 5 months ago

kekscode commented 5 months ago

Please have a look https://github.com/nvim-treesitter/nvim-treesitter/issues/5910#issuecomment-1895464469 .

michaeldakin commented 5 months ago

Edit: removed previous notes.

Had a few more errors since but I was able to force change the Treesitter branch to main, run Lazy Sync, close and reopen nvim, remove branch opt to go back to master.

After this I uninstall ray-x/go.nvim plugin and reinstalled it right after and it started working again with the original treesitter.configs setup.

Possibly a weird issue on my end.

david-littlefarmer commented 4 months ago

I had the same issue, it occurred suddenly without any changes to configuration or updating packages at all. Treesitter just freezed after first interaction with it.

I tried to update everything, but that didn't helped.

Then when i uninstalled ray-x/go.nvim plugin, and installed it back fresh, everything started working again. I am using folke/lazy.nvim