Files
neovim/runtime/lua/vim/lsp
Yi Ming c3c673cdec fix(lsp): enable() does not activate inlay hints on open buffers #28629
Problem:
inlay_hint `enable(<no args>)` does not activate inlay hints on open
buffers. If a buffer does not have a corresponding `bufstate` in
`bufstates`, then `enable` all buffers will not take effect on it.

Solution:
Make the effective range determined by the loaded buffers.

Fix #28624
2024-05-07 02:30:19 -07:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00
2024-03-12 13:51:53 +08:00