mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00

Problem: Nvim needlessly requests inlay_hints even if they are disabled for a given buffer. Solution: Add the missing `enabled` check in `on_refresh`. Rest of the code has this check already so that's the only needed one to fix this.