|
8a65380088
|
docs: add feature comparison matrix link
|
2024-09-25 22:37:43 +02:00 |
|
|
fe1f4b456d
|
feat: mark followed user
|
2024-09-25 04:10:48 +02:00 |
|
|
a98763217a
|
feat: follow end of cursor that is being moved
|
2024-09-25 04:07:18 +02:00 |
|
|
8a93fb5dc2
|
feat: follow others
|
2024-09-25 04:00:46 +02:00 |
|
|
c5dc023bc7
|
fix: reuse same mark
|
2024-09-25 03:11:42 +02:00 |
|
|
d762c994e7
|
fix: better line highlighting
|
2024-09-25 03:05:24 +02:00 |
|
|
db3a46f445
|
fix: brighter colors
|
2024-09-25 02:21:32 +02:00 |
|
|
3f4227ff03
|
fix: invalid characters for groups
|
2024-09-25 02:13:11 +02:00 |
|
|
52d356ea02
|
feat: reworked colors, improved cursor marker
|
2024-09-25 02:11:58 +02:00 |
|
|
d991a81601
|
feat: better user cursor highlights
|
2024-09-25 00:36:08 +02:00 |
|
|
ce65e7e01a
|
fix: lock version
|
2024-09-21 12:53:44 +02:00 |
|
|
bf59d71e3b
|
fix: print error as err
|
2024-09-18 00:39:52 +02:00 |
|
|
51d6628fd4
|
fix: catch callback errors
very ugly code! will need a fix rust-side...
|
2024-09-18 00:28:01 +02:00 |
|
|
6b3e4a3faa
|
fix: allow setting debug file
|
2024-09-17 23:49:58 +02:00 |
|
|
90d5a57037
|
fix: new names
|
2024-09-17 23:48:53 +02:00 |
|
|
d8990452d0
|
fix: setup plugin in setup() fn
so that configuration can reach logger and callbacks
|
2024-09-17 22:12:15 +02:00 |
|
|
f3a7e1ea1c
|
docs: explain downloader, update readme
|
2024-09-17 20:04:28 +02:00 |
|
|
9d7410b725
|
fix: hook back logger
|
2024-09-17 19:49:26 +02:00 |
|
|
16f9bd77fd
|
fix: tree redraw, always expand nodes
|
2024-09-17 18:43:45 +02:00 |
|
|
eda004423e
|
fix: register workspace event poller after
|
2024-09-17 18:10:07 +02:00 |
|
|
2e26df05e2
|
fix: pass callback arg, add available field
|
2024-09-17 17:58:32 +02:00 |
|
|
32e056de91
|
fix: check for nil and empty string
empty string is not falsy in lua? idk
|
2024-09-17 17:50: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 |
|
|
45231e3eb8
|
fix: setting global client
|
2024-09-17 16:36:51 +02:00 |
|
|
c4c3d0ced9
|
fix: run callbacks on main thread
|
2024-09-17 16:35:27 +02:00 |
|
|
9dea608f04
|
feat: non-blocking API
|
2024-09-17 16:33:22 +02:00 |
|
|
646760f3cb
|
fix: try with uv.spawn powershell.exe for win
ohh windows always so much fun.....
|
2024-09-17 03:46:11 +02:00 |
|
|
81baba98db
|
fix: actually clear usr and check if hl is present
|
2024-09-17 02:01:48 +02:00 |
|
|
321e6a34bb
|
fix: only clear user hl if was present
|
2024-09-17 01:55:43 +02:00 |
|
|
d98f6707d0
|
fix: get promise value in timer, schedule cb
|
2024-09-17 01:55:18 +02:00 |
|
|
ecf58046b5
|
fix: run poller callbacks on main thread
|
2024-09-17 01:45:54 +02:00 |
|
|
b80d1898be
|
fix: normalize share path on windows
|
2024-09-17 01:07:23 +02:00 |
|
|
add4ff2879
|
fix: windows-msvc
|
2024-09-16 23:40:25 +02:00 |
|
|
5eaefb52c7
|
fix: filter fn
|
2024-09-16 20:50:28 +02:00 |
|
|
f2fdaa40a5
|
fix: workspace list hints
|
2024-09-16 20:49:02 +02:00 |
|
|
06fa78e6cc
|
fix: buffers command, some ux in cmds
|
2024-09-16 20:46:10 +02:00 |
|
|
493f599ec2
|
fix: hopefully more windows-friendly installer
i don't have a windows machine to test this, please if you use nvim on
windows let me know if this works and what breaks!!
|
2024-09-16 20:38:17 +02:00 |
|
|
0a3e37c94d
|
fix: move to another window before setting cursor
|
2024-09-16 20:26:20 +02:00 |
|
|
9780059f90
|
fix: dont use RowCol anymore
its tables all the way down...
|
2024-09-16 20:19:56 +02:00 |
|
|
9b6739b167
|
feat: send an away cursor when going on other bufs
|
2024-09-16 20:14:32 +02:00 |
|
|
df47c21629
|
feat: jump to user when pressing
|
2024-09-16 20:10:54 +02:00 |
|
|
c8698d4d91
|
feat: connect/disconnect, track user pos
added a jank timer poller to check if promise for workspace event is
done
|
2024-09-16 20:01:09 +02:00 |
|
|
1ef6d1d2c4
|
fix: use workspace name
|
2024-09-16 18:27:37 +02:00 |
|
|
bbc86f3ac4
|
chore: new api
|
2024-09-16 18:27:23 +02:00 |
|
|
b8c05f431f
|
docs: some buttons for nvim too
|
2024-09-16 04:52:24 +02:00 |
|
|
f7c64afc18
|
feat: faster callback polling, smoother cursors
|
2024-09-16 04:13:54 +02:00 |
|
|
0ac25f3ee5
|
fix: refresh workspace list after creating one
|
2024-09-15 12:51:19 +02:00 |
|
|
d9f4446fc9
|
fix: better prompts for add
|
2024-09-15 12:46:43 +02:00 |
|
|
f6561ad361
|
feat: allow sharing from neo-tree view
|
2024-09-15 12:43:59 +02:00 |
|
|
637a6ee11d
|
fix: if not given, default to current buffer
|
2024-09-15 12:39:50 +02:00 |
|