Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Lua: Use vim.validate() instead of assert() | Justin M. Keyes | 2019-11-10 |
| | |||
* | Lua: vim.validate() | Justin M. Keyes | 2019-11-10 |
| | |||
* | Lua: vim.validate() | Hirokazu Hata | 2019-11-10 |
We often want to do type checking of public function arguments. - test: Rename utility_function_spec.lua to vim_spec.lua - .luacov: Map lua module names |