Commit graph

37 commits

Author SHA1 Message Date
99e5850963 fix: codemp feature flags 2024-02-09 01:36:23 +01:00
1bd1607822 feat: updated to codemp v0.6 2024-02-09 01:34:04 +01:00
bdf800aa5a chore: simplify and adapt lib to workspace model
very lazy port, if it works i'll make it better later™️
2024-02-04 00:57:30 +01:00
6a381bb4ea chore: bump codemp version 2023-11-30 03:59:44 +01:00
ae4d1f58cd chore: lock dep version 2023-11-24 12:07:07 +01:00
3462851f4a feat: bump lib version 2023-11-23 15:35:10 +01:00
a084b6e1b6 fix: sleep to avoid bugs... 2023-11-17 06:02:55 +01:00
f69d91b9f6 fix: insert at index 0, locked dep 2023-11-17 03:44:57 +01:00
140dd0ff4c feat: initial broken attempt with early woot api 2023-11-10 05:35:18 +01:00
6791055f9e feat: add ability to log to file 2023-09-05 23:58:58 +02:00
2b5fd19a0e fix: make it work cheating 2023-09-04 18:35:24 +02:00
23b4adafcb feat: lua impl for cursors, tweaks to bindings 2023-08-21 04:07:25 +02:00
480becf588 feat: initial work on mlua bindings 2023-08-21 04:06:10 +02:00
1a0b5f9427 chore: lock version, add CI 2023-08-17 00:29:52 +02:00
6fa161c0d5 chore: removed rest of the project 2023-08-16 23:32:19 +02:00
5cddb27b98 feat: initial features splitting, added singleton 2023-07-30 22:58:24 +02:00
a0ae33095e chore: preemptive cargo version bump 2023-07-13 00:40:26 +02:00
15a1f6a435 fix: bump version 2023-07-13 00:32:59 +02:00
d79886e613 feat: initial rust bindings for vscode client 2023-07-02 23:58:25 +02:00
107c4673ef chore: separated modules in a cargo workspace 2023-04-21 18:47:10 +02:00
ftbsc
1a0c649845 feat: allow tls 2023-04-12 18:12:38 +02:00
ftbsc
7ae5329ce5 feat: added whole content diff to opseq 2023-04-12 16:58:28 +02:00
4ea92c46db chore: version bump 2023-04-12 05:01:14 +02:00
2fde9659db feat: parse CLI args in server too 2023-04-12 04:59:33 +02:00
9a0311eb38 chore: cargo features 2023-04-11 14:02:03 +02:00
2472164350 chore: removed cli client 2023-04-11 14:00:49 +02:00
4f43573aa0 feat: basic nvim RPC client 2023-04-11 06:20:40 +02:00
665b8ea2e0 fix: renamed 2023-04-10 20:25:47 +02:00
ebbca24a99 chore: dramatically simplified everything
working on this was really hard, so i'm making simple things first.
removed almost everything except bare buffer changes, and not even done
in a smart way, but should be a working PoC? now trying to make a
working client to test it out and actually work on a real prototype
2023-04-07 03:10:45 +02:00
f596df73c4 chore: moved stuff into a common library 2022-10-18 02:19:15 +02:00
e9500afd55 feat: did some plumbing for events and cursors channels 2022-09-24 01:14:12 +02:00
ab432966f9 build: renamed bin targets 2022-09-17 21:44:15 +02:00
2287793cd9 feat: added tracing, added buffer_worker 2022-07-30 03:02:38 +02:00
97e9b1f737 feat: initial work on Workspace buffer edit proto
Co-authored-by: f-tlm <f-tlm@users.noreply.github.com>
2022-07-21 10:40:43 +02:00
ede7a7758c feat: made nvim client a feature (for now, enabled by default) 2022-07-16 03:46:02 +02:00
c213536c3b feat: implemented connection and state managers
Co-authored-by: f-tlm <f-tlm@users.noreply.github.com>
2022-07-10 23:47:14 +02:00
65300edf90
build: initial commit with tonic stubs 2022-07-10 19:01:56 +02:00