| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
Missing change from cc6b21ea16cc12df290152f02513a8bd0ed9d932.
|
| | |
|
| |
|
|
| |
The previous patch to this file (88c4c042e1e59f992e4c7aff3531033047b3aa9c)
changed the string to 'ccls' (possibly by copy-paste error).
|
| | |
|
| |
|
|
| |
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
|
| |
|
|
|
|
|
|
| |
Problem:
Some configs still reference 'lspconfig.ui.windows', which was removed
in e6569c18c21be5166e4b9cc7530e828b8285c84e.
Solution:
Remove the references.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
Problem:
Docs are manually maintained everywhere for no good reason.
Solution:
- revert commit 9dc02492c4a457479f8a0ec7a65aac1852ff59c0
- provide a "gF" friendly link to the source
|
| | |
|
|
|
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.
|