| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add type annotation for configs | Igor | 2025-08-18 | 1 | -0/+1 |
| | | |||||
| * | fix: some `on_attach` callbacks may act on the wrong buffer #3916 | Dmytro Meleshko | 2025-06-20 | 1 | -3/+3 |
| | | | | | | | | | | 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`. | ||||
| * | feat(ccls): add vim.lsp.config support #3807 | Julian Grinblat | 2025-04-30 | 1 | -0/+52 |
