flow/src
2024-04-09 21:44:40 +02:00
..
buffer refactor: replace unsafe unreachable usage with @panic 2024-03-24 20:12:59 +01:00
tui feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
color.zig Initial public release 2024-02-29 00:00:15 +01:00
config.zig feat: make gutter line numbers configurable for all vim modes 2024-03-06 10:28:40 +01:00
diff.zig Initial public release 2024-02-29 00:00:15 +01:00
location_history.zig feat: add cross file location history support 2024-04-09 18:15:53 +02:00
log.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
LSP.zig feat: first (mostly) working version of goto_definition command 2024-04-05 22:55:23 +02:00
main.zig feat: add cli option to write traces to file 2024-04-08 22:25:30 +02:00
Project.zig feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
project_manager.zig feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
ripgrep.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
service_template.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
text_manip.zig feat: align comment prefixes when commenting out a block 2024-03-11 20:20:04 +01:00
tracy_noop.zig Initial public release 2024-02-29 00:00:15 +01:00