ray-x / go.nvim

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

neovim nightly changed the inlay hint api again. #451

Closed luv2code closed 2 months ago

luv2code commented 2 months ago

This is the error I'm receiving now:

vim.lsp.inlay_hint.enable(bufnr:number, enable:boolean) is deprecated, use vim.lsp.inlay_hint.enable(enable:boolean, filter:table) instead. :help
 deprecated
Feature was removed in Nvim 0.10-dev