Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix encoding translation in other places. | Ashkan Kiani | 2019-11-21 | |
| | ||||
* | Fix position params for encoding. | Ashkan Kiani | 2019-11-21 | |
| | ||||
* | Account for character length in jump position. | Ashkan Kiani | 2019-11-21 | |
| | ||||
* | Updates | Ashkan Kiani | 2019-11-21 | |
| | | | | | | | | - Use correct implementation of text_edits. - Send indent options to rangeFormatting and formatting. - Remove references to vim bindings and filetype from lsp.txt - Add more examples to docs. - Add before_init to allow changing initialize_params. | |||
* | Use the apply_text_edits from util. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Fix reference in rename. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Add full text_edit implementation. | Ashkan Kiani | 2019-11-20 | |
| | | | | | | | | - Implements textDocument/formatting, textDocument/rangeFormatting, workspace/applyEdit. TODO: - still has edge cases around replacement probably. Only tested with inserts on the same position. | |||
* | Satisfy lualint. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Fix rename support. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Spaces not tabs. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Change error writer to not be annoying. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | 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. | |||
* | Add everything to lsp.buf and get rid of autoload. | Ashkan Kiani | 2019-11-20 | |
| | ||||
* | Add lsp.buf and hover implementation. | Ashkan Kiani | 2019-11-20 | |