Commit graph

23 commits

Author SHA1 Message Date
52d356ea02
feat: reworked colors, improved cursor marker 2024-09-25 02:11:58 +02:00
d524076412
chore: global CODEMP object
i dont really like global state but it seems to be necessary when
working with callbacks
2024-09-17 17:26:23 +02:00
9dea608f04
feat: non-blocking API 2024-09-17 16:33:22 +02:00
bbc86f3ac4
chore: new api 2024-09-16 18:27:23 +02:00
637a6ee11d
fix: if not given, default to current buffer 2024-09-15 12:39:50 +02:00
dc6c675615
fix: only set content on attach if it differs 2024-09-14 15:18:44 +02:00
335ea236c4
fix: dont require window until its used
so that config can be properly loaded first
2024-09-14 14:24:48 +02:00
14f5e52e99
fix: deal with some sending edge cases 2024-09-09 05:14:52 +02:00
b824b87505
feat: now sync only sets buffer if necessary
does one extra get_content but worth it because we dont mess with undo
history
2024-09-09 05:14:19 +02:00
b141ca5a2a
fix: catch out-of-bounds line deletion sending 2024-09-09 02:49:49 +02:00
3f5ce44b96
fix: sending change across multiple lines 2024-09-09 02:37:50 +02:00
0eeedead59
fix: refresh tree when interacting with buffers 2024-09-07 03:35:32 +02:00
c080514c3e
fix: delete command 2024-09-07 01:35:45 +02:00
661985c62b
fix: set ft after detecting 2024-09-06 19:58:03 +02:00
f2121df6dc
feat: re-run filetype detection after attach 2024-09-06 19:55:01 +02:00
373b155864
fix: more consistent current buffer commands 2024-09-06 19:49:52 +02:00
4cfa7baa28
fix: set buffer name when attaching 2024-09-06 19:40:52 +02:00
9873617742
fix: dont prefix codemp:: so filename matches 2024-09-06 19:13:08 +02:00
68362f1f08
fix: wait for initial buffer content sync 2024-09-06 18:24:57 +02:00
30cf1e1554
fix: while attaching, set content later 2024-09-06 17:23:18 +02:00
2176d32540
fix: added back create function 2024-09-06 15:13:36 +02:00
a4c519f799
feat: debug prints 2024-09-06 03:53:52 +02:00
0987a7b022
chore: moved under lua/codemp 2024-09-05 04:57:47 +02:00
Renamed from lua/buffers.lua (Browse further)