aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ccls.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* fix: some `on_attach` callbacks may act on the wrong buffer #3916Dmytro Meleshko2025-06-201-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 #3807Julian Grinblat2025-04-301-0/+52