Commit graph

82 commits

Author SHA1 Message Date
Joe Mckay
47f29e70f4
feat: Replace 'zig-clap' with 'flags' 2024-10-14 19:34:28 +02:00
4b97564f29
feat: add a simple clock status bar widget 2024-08-26 20:54:22 +02:00
3de13b1354 build: add the options to build entirely without tree-sitter 2024-08-16 21:59:22 +02:00
7ccc0e15f6 feat: Add --list-languages command line parameter 2024-07-30 21:55:50 +02:00
ba770f6b46 build: always use the same version of zg as libvaxis 2024-07-22 20:15:33 +02:00
Jonathan Marler
32dc17c087 remove unused cppflags in build.zig 2024-07-20 22:10:42 +02:00
128182a448 refactor(Buffer): remove Plane dependency in Buffer 2024-07-05 00:33:31 +02:00
0200a382f5 build: add version_info to build check step 2024-07-03 10:29:10 +02:00
47fb93e228 fix: add --tags to git describe call 2024-07-02 18:59:51 +02:00
d965a70b21 feat: add detailed version info cli option 2024-07-02 18:38:33 +02:00
0a3efee633 feat: add fuzzy matching to command palette 2024-06-19 17:37:09 +02:00
01b78c88bd fix: don't lint in the default target as it may fail on windows 2024-06-08 16:52:48 +02:00
961e5afe41 feat: initial windows support 2024-06-07 22:12:28 +02:00
db4b3c48c4 build: clean-up unused def in build.zig 2024-06-06 23:10:53 +02:00
e00ceed052 refactor: update libvaxis and remove some notcurses cruft 2024-06-05 20:06:26 +02:00
2338489da3 build: update to latest zig and libvaxis and remove notcurses dependency 2024-06-04 23:14:43 +02:00
64596d45a9 fix: check target 2024-05-26 20:45:48 +02:00
865b43a6ad build: build "flow" executable even if vaxis is enabled 2024-05-22 21:28:23 +02:00
647fa10c2c fixup feat(vaxis): reset terminal state on panic with a custom panic handler 2024-05-22 21:27:40 +02:00
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