Commit graph

22 commits

Author SHA1 Message Date
52d356ea02
feat: reworked colors, improved cursor marker 2024-09-25 02:11:58 +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
9d7410b725
fix: hook back logger 2024-09-17 19:49:26 +02:00
2e26df05e2
fix: pass callback arg, add available field 2024-09-17 17:58:32 +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
c4c3d0ced9
fix: run callbacks on main thread 2024-09-17 16:35:27 +02:00
f7c64afc18
feat: faster callback polling, smoother cursors 2024-09-16 04:13:54 +02:00
2abe23e493
fix: first time load should not break installation 2024-09-14 23:57:47 +02:00
8a12b109ff
fix: setup just changes config
so its not really needed
2024-09-13 23:46:59 +02:00
6e817b3e6d
fix: only register cmds once, dont create dir 2024-09-06 19:25:15 +02:00
a4c519f799
feat: debug prints 2024-09-06 03:53:52 +02:00
a74355f6a0
fix: timer is global too 2024-09-06 03:44:18 +02:00
4141b01c42
fix: field name in config 2024-09-06 03:35:39 +02:00
76f7dc9261
fix: last native pending calls 2024-09-06 03:34:08 +02:00
216cd2d6b1
fix: codemp now uses a global
not sure how to pass the option back from setup() to window without a
global, but i'd love to...
2024-09-06 03:27:03 +02:00
3c3c1fd7c4
chore: less stuff on setup return 2024-09-05 05:44:26 +02:00
37005abdb2
feat: now codemp has a setup function
no longer sets it up itself upon requiring, mostly to just work ™️
with lazy.nvim
2024-09-05 05:38:13 +02:00
0987a7b022
chore: moved under lua/codemp 2024-09-05 04:57:47 +02:00
Renamed from lua/init.lua (Browse further)