| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-12 | WIP LSP client | Albert Cervin | |
| This contains the start of an LSP client. Nothing (except starting the LSP server) works at the moment and the feature is disabled by default. | |||
| 2024-05-06 | Fix slow buffer paste | Albert Cervin | |
| Was caused by updating all buffer hooks on every char insert. Particularily, the syntax update takes a little bit too long to call on every char. Now the keyboard parsing routine compresses all consecutive self-inserting chars into one "key press". Also fix some small issues with timers and update them with a min and max. | |||
| 2024-03-07 | Implement timers properly | Albert Cervin | |
| The timers shown with `M-x timers` are now actual timings. | |||
