aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/ccls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-50/+0
| | | | | | | | | | | | | | 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.
* fix(ccls): add cuda filetype support (#2806)charles chetty2023-09-121-1/+1
| | | Co-authored-by: charleschetty <cfunction@foxmamil.com>
* fix(ccls): provide a string in docs.default_config.root_dir (#2006)William Boman2022-07-161-3/+1
|
* fix(ccls): .git as fallback when detecting project root (#1860)Alexandru Geană2022-04-251-2/+11
|
* Revert "fix(ccls): remove .git from root_dir" (#1857)Michael Lingelbach2022-04-251-2/+2
|
* fix(ccls): remove .git from root_dirAlexandru Geana2022-04-231-2/+2
| | | | | | | CCLS does not use .git to identify the root of a project. In addition, it causes issues with projects that are based on the repo tool (e.g. AOSP), which generates .git symlinks in many places in the source tree. In such cases, CCLS incorrectly identifies subdirectories as the root.
* fix(ccls): set offset_encoding to utf-32 (#1649)black-desk2022-01-111-0/+1
| | | ccls uses utf-32 encoded code points for PositionParams
* fix(ccls): delete invalid root directory pattern (#1565)rhcher2021-12-131-3/+3
| | | | | ccls does not support compile_flags.txt see: https://github.com/MaskRay/ccls/wiki/FAQ#does-ccls-support-compile_flagstxt
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+42