Commit graph

21 commits

Author SHA1 Message Date
db24f06633
feat: use neo-tree if available for tree view
must also add it to registered sources: add `codemp.neo-tree` and done
2024-08-24 01:58:03 +02:00
380257945e
chore: state -> session, small fixes 2024-08-24 01:56:27 +02:00
13e6182ce0
chore: more typing, cleanup, docs on index hell 2024-08-23 00:59:13 +02:00
399aaad45f
feat: use type hints, fix api method names 2024-08-22 22:07:00 +02:00
d4e13c9f8f
fix: filetree is a method 2024-08-22 03:40:56 +02:00
b058f9fa5e
fix: mixed up buffer name and id 2024-08-17 04:26:49 +02:00
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