Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bugfix. Don't use nvim.lua that doesn't exist :) | Ashkan Kiani | 2019-11-20 |
| | |||
* | Add vim.uri_to_bufnr | Ashkan Kiani | 2019-11-20 |
| | |||
* | Reduce code blocks in markdown previews. | Ashkan Kiani | 2019-11-20 |
| | | | | | | If the preview is just a code block, then use the language as the filetype instead of using markdown. This reduces the size of the preview. | ||
* | 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. |