aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/clangd.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-151-0/+7
|
* fix(clangd): old config style still including proto filetype #3998Andrew Marshall2025-08-141-1/+1
| | | Missing change from cc6b21ea16cc12df290152f02513a8bd0ed9d932.
* refactor: deprecate get_active_client_by_name #3697Justin M. Keyes2025-04-051-2/+2
|
* fix(clangd): fix switchSourceHeader detection (#3538)Václav Kubernát2025-01-021-1/+1
| | | | The previous patch to this file (88c4c042e1e59f992e4c7aff3531033047b3aa9c) changed the string to 'ccls' (possibly by copy-paste error).
* refactor(clangd): imporve switchsourceheader handler (#3537)glepnir2025-01-021-15/+15
|
* refactor: deprecate util.find_git_ancestordundargoc2024-12-141-1/+1
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* fix: outdated references to 'lspconfig.ui.windows' #3454Justin M. Keyes2024-11-251-1/+1
| | | | | | | | Problem: Some configs still reference 'lspconfig.ui.windows', which was removed in e6569c18c21be5166e4b9cc7530e828b8285c84e. Solution: Remove the references.
* fix: pass offset_encoding in some make params util functions(#3449)Rocky2024-11-241-1/+2
|
* feat(docs): autogenerate default_config docsJustin M. Keyes2024-10-241-1/+1
| | | | | | | | | Problem: debug.info() is useless for some functions because they point to util.lua Solution: Provide a path to the source code instead of trying to inline the source code.
* feat(docs): autogenerate default_config docsJustin M. Keyes2024-10-241-34/+16
| | | | | | | | | Problem: Docs are manually maintained everywhere for no good reason. Solution: - revert commit 9dc02492c4a457479f8a0ec7a65aac1852ff59c0 - provide a "gF" friendly link to the source
* docs: fix old URLJustin M. Keyes2024-10-091-1/+1
|
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-0/+119
Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.