Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gen_vimdoc.py: generate LSP docs | Justin M. Keyes | 2019-12-31 |
| | |||
* | Fix position params for encoding. | Ashkan Kiani | 2019-11-21 |
| | |||
* | Move everything to buf & default_callbacks | Ashkan Kiani | 2019-11-20 |
| | | | | | | | | - Rename builtin_callbacks to default_callbacks and slightly change its semantics: - No longer contains the default implementations. Instead, any default_callbacks will be used in preference for our .buf methods. - Add this to the docs. | ||
* | lua LSP client: initial implementation (#11336) | Ashkan Kiani | 2019-11-13 |
Mainly configuration and RPC infrastructure can be considered "done". Specific requests and their callbacks will be improved later (and also served by plugins). There are also some TODO:s for the client itself, like incremental updates. Co-authored by at-tjdevries and at-h-michael, with many review/suggestion contributions. |