Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | refactor(lsp): tidy up logging | Lewis Russell | 2024-02-08 | |
| | ||||
* | fix(lsp): set fallback client name properly | zeertzjq | 2024-02-08 | |
| | ||||
* | refactor(lsp): move client code to a regular Lua class | Lewis Russell | 2024-02-07 | |
Problem: The LSP client code is implemented as a complicated closure-class (class defined in a single function). Solution: Move LSP client code to a more conventional Lua class and move to a separate file. |