3 Commits

Author SHA1 Message Date
Igor
030a72f0aa chore: add type annotation for configs 2025-08-18 23:39:23 -03:00
Dmytro Meleshko
0112e1f779
fix: some on_attach callbacks may act on the wrong buffer #3916
Problem:
If a server is attached to a non-current buffer by
`vim.lsp.buf_attach_client`, then the Language Server-related
commands may be created in the current (wrong) buffer.

Solution:
Always use the `bufnr` arg provided to `on_attach`.
2025-06-20 06:07:25 -07:00
Julian Grinblat
91cba77951
feat(ccls): add vim.lsp.config support #3807 2025-04-30 06:17:01 -07:00