flow/src
2025-08-25 21:16:12 +02:00
..
buffer
keybind
renderer fix: run zig fmt 2025-08-25 21:16:12 +02:00
tui feat: add basic POC support for kitty multi cursor protocol 2025-08-25 21:02:53 +02:00
win32
bin_path.zig
color.zig
command.zig
completion.zig
config.zig feat: add config option lsp_output "quiet" to reduce LSP log verbosity 2025-08-20 21:00:24 +02:00
diff.zig
EventHandler.zig
file_link.zig
file_type_config.zig refactor: move default language_server and formatter config to file_type_lsp.zig 2025-08-23 17:28:32 +02:00
file_type_lsp.zig change python default lsp to ruff 2025-08-23 17:35:29 +02:00
git.zig
gui_config.zig
list_languages.zig
location_history.zig feat: use explicit error handling for all startup errors 2025-03-25 17:24:34 +01:00
log.zig feat: write early log output to stderr/stdout until TUI is initialized 2025-08-09 19:15:01 +02:00
LSP.zig feat: store LSP log file name in LSP client 2025-08-19 11:59:52 +02:00
main.zig
Project.zig fix: don't falsely claim to support LSP pull diagnostics 2025-08-22 22:24:32 +02:00
project_manager.zig refactor: output LSP client messages to log 2025-08-20 21:15:38 +02:00
ripgrep.zig
service_template.zig
shell.zig
text_manip.zig
tracy_noop.zig Initial public release 2024-02-29 00:00:15 +01:00
walk_tree.zig