Files
neovim/runtime/lua/vim/lsp
jdrouhard 822d96969b fix(lsp): request semantic tokens in BufWinEnter #40513
Problem: A previous refactor removed the BufWinEnter autocmd that
initiated a token request. When an LSP server sends a refresh
notification, then buffers that aren't shown in any window lost their
only trigger to request new tokens.

Solution: Add the BufWinEnter autocmd back which simply requests tokens
for all clients attached to the buffer.
2026-06-30 19:15:54 -04:00
..
2026-04-30 02:08:19 +02:00
2026-04-30 02:08:19 +02:00