Commit graph

15 commits

Author SHA1 Message Date
6ca8a15369
chore: moved colors in utils 2024-08-17 04:26:34 +02:00
625bcb504d
feat: clear cursor on user leave, redraw windows 2024-08-17 03:28:34 +02:00
733dca385b
chore: user->buffer mappings in buffers module 2024-08-17 03:28:08 +02:00
7e97777997
fix: clear previous cursor when switching buf 2024-08-17 03:15:57 +02:00
a134f18ab1
feat: use new :await() api 2024-08-17 01:56:09 +02:00
3e9647ab39
feat: implemented callback api
it works well!!?! when it doesnt crash... but its also pretty clean
maybe its our fault? could be worth investigating more lua ffi
2024-08-16 03:49:24 +02:00
1de55250ab
feat: managed codemp window with custom binds
a first implementation, definitely lot to improve!!
2024-08-15 03:41:45 +02:00
0a28a4d479
fix: new cursor struct layout 2024-08-14 17:37:19 +02:00
44d9f9766b
feat: global state, fixed thread kink 2024-08-08 04:34:23 +02:00
f3c629237c
feat: track user positions 2024-08-06 18:48:11 +02:00
14a8bfe1f8
feat: moved and improved files sidebar 2024-08-06 18:47:49 +02:00
6cc3b5f119
chore: codemp.buffer -> codemp.buffers 2024-08-06 18:46:22 +02:00
388196ae5e
feat: show file tree in split 2024-08-06 03:10:24 +02:00
40a8c49960
fix: loader 2024-08-06 02:22:02 +02:00
2b7b861329
feat: added lua plugin but split into modules
way more understandable now! also everything under :MP command (with
completions!!!)
2024-08-06 01:11:09 +02:00