aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/ccls.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-43/+0
|
* fix(ccls): revert single file support (#1429)Michael Lingelbach2021-11-151-1/+2
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-4/+2
| | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* docs: mention Bear can generate compile_commands.json (#1318)Igor Lacerda2021-10-161-1/+1
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* fix(ccls): add .ccls as root patternAlexandru Geană2021-08-051-2/+3
| | | | CCLS searches for a .ccls file to identify the root folder for a project.
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-5/+5
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-10/+10
|
* Replace tabs with 2-space indentationPeter Lithammer2021-05-041-1/+1
|
* Use the file path as root_dir when ccls does not find root_dirAdnios2021-04-141-2/+4
|
* ccls: remove package.json from documentationMichael Lingelbach2021-01-051-1/+0
|
* ccls: add example of init_optionsMichael Lingelbach2021-01-031-0/+19
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+24