Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Alert if LSP is inactive when command is invoked (#1703) | Gokul Soumya | 2022-02-25 |
| | |||
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
| | | | | | | | | | | | | | | | | | | | * Add Event::Used to use event callback without consuming * Close popup if contents ignored event * collect event results before executing callbacks * don't add new result variant, use Ignored(..) instead * break in match cases * Make auto_close configurable * fix merge * auto close hover popups * fix formatting | ||
* | Allow separate styles for markup headings (#1618) | Alex | 2022-02-21 |
| | | | | | * update markdown highlighting to use separate heading themes * remove markdown theme scopes in ui | ||
* | Extract a lsp position helper | Blaž Hrastnik | 2022-02-18 |
| | |||
* | Extract some duplication in lsp goto_ calls | Blaž Hrastnik | 2022-02-18 |
| | |||
* | Extract jump_to_location | Blaž Hrastnik | 2022-02-18 |
| | |||
* | Extract a common "language server or return" macro | Blaž Hrastnik | 2022-02-18 |
| | |||
* | Extract a helper function for lsp::Location | Blaž Hrastnik | 2022-02-18 |
| | |||
* | Move most LSP specific commmands to commands::lsp | Blaž Hrastnik | 2022-02-18 |