Files
neovim/runtime/lua/vim/lsp
Bartłomiej Maryńczak 9056c01a95 fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999
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.

(cherry picked from commit 49756ebc70)
2025-03-30 16:07:09 +00:00
..
2025-02-17 17:52:55 -08:00
2025-03-02 14:27:52 -08:00
2025-03-21 19:28:29 +08:00