Commit graph

13 commits

Author SHA1 Message Date
94e045ffe7 feat: add to_upper and to_lower commands on Alt-u and Alt-l 2024-05-12 00:10:11 +02:00
1cd3cb17ce feat: add libvaxis renderer 2024-05-10 12:44:14 +02:00
b15fa47f30 refactor: add renderer abstraction layer 2024-05-09 11:48:33 +02:00
0f5f41751e feat: add fuzzy matching to recent files list with fuzzig
Many thanks to @fjebaker
2024-04-15 18:59:23 +02:00
5375e1449e feat: send didChange, didSave and didClose events to language server 2024-04-13 02:50:02 +02:00
fc15c8bda6 feat: first (mostly) working version of goto_definition command
Tested only with zls and clangd so far.
2024-04-05 22:55:23 +02:00
ad9ad51b79 build: add check build step 2024-03-22 11:10:54 +01:00
602a4dff01 feat: WIP add project manager service
The project manager service will provide fuzzy find, LRU, and similar
background services for open projects.
2024-03-21 22:54:41 +01:00
62f9404bc6 fix: set default abi to musl on linux
This keeps the linux build fully independent of the distro it
is running on.

closes #5
2024-03-21 22:41:08 +01:00
0e71a25a49 build: migrate to flow-syntax 2024-03-06 22:34:07 +01:00
6bab2e6cda refactor: move buffer module to a subdirectory 2024-03-02 20:14:48 +01:00
aa74155cc1 fix: move mkdir .cache/cdb step from zig wrapper to build.zig
This fixes #2
2024-03-01 11:50:25 +01:00
4ece4babad Initial public release 2024-02-29 00:00:15 +01:00