| .. |
|
buffer
|
refactor: add vcs_id and vcs_content fields to Buffer
|
2025-12-15 20:41:36 +01:00 |
|
keybind
|
fix: gg ge and G should select in helix SEL mode
|
2025-12-16 15:17:40 +01:00 |
|
renderer
|
refactor: add function to map kp_ movement keys to regular movement keys
|
2025-12-16 13:21:30 +01:00 |
|
tui
|
feat: expand variables in arguments to filters
|
2025-12-16 23:08:42 +01:00 |
|
win32
|
refactor: use {t} format specifiers
|
2025-12-04 14:44:53 +01:00 |
|
bin_path.zig
|
|
|
|
color.zig
|
|
|
|
command.zig
|
|
|
|
completion.zig
|
|
|
|
config.zig
|
feat: add ignore_filter_stderr config option
|
2025-12-08 21:37:50 +01:00 |
|
diff.zig
|
|
|
|
EventHandler.zig
|
|
|
|
file_link.zig
|
|
|
|
file_type_config.zig
|
refactor: read lsp config from a separate file in the config directory
|
2025-12-13 22:34:07 +01:00 |
|
file_type_lsp.zig
|
feat: ty lsp for python
|
2025-11-18 11:48:36 +01:00 |
|
git.zig
|
refactor: fix error handling in git.rev_parse
|
2025-12-15 23:25:33 +01:00 |
|
gui_config.zig
|
|
|
|
list_languages.zig
|
refactor: make available write_padding function to other modules
|
2025-11-18 15:53:49 +01:00 |
|
location_history.zig
|
|
|
|
log.zig
|
refactor: drop level prefix from std.log error and info messages
|
2025-12-02 13:24:26 +01:00 |
|
LSP.zig
|
refactor: move LSP types to new module
|
2025-12-12 13:41:16 +01:00 |
|
lsp_config.zig
|
refactor: read lsp config from a separate file in the config directory
|
2025-12-13 22:34:07 +01:00 |
|
lsp_types.zig
|
refactor: move LSP types to new module
|
2025-12-12 13:41:16 +01:00 |
|
main.zig
|
refactor: use {t} format specifiers
|
2025-12-04 14:44:53 +01:00 |
|
Project.zig
|
fix: avoid "error invalid JSON in LSP initialization options" messge when there are no options
|
2025-12-15 22:45:21 +01:00 |
|
project_manager.zig
|
fix: don't use extract_cbor on language_server_options
|
2025-12-13 22:34:07 +01:00 |
|
ripgrep.zig
|
|
|
|
service_template.zig
|
|
|
|
shell.zig
|
refactor: remove duplicate "shell: " in shell execute messages
|
2025-12-02 13:42:31 +01:00 |
|
snippet.zig
|
refactor: add support for nested snippet placeholders
|
2025-12-09 20:41:50 +01:00 |
|
soft_root.zig
|
feat: add restart with sudo capability
|
2025-11-24 13:03:38 +01:00 |
|
text_manip.zig
|
refactor: use *std.Io.Writer instead of anytype
|
2025-12-12 14:25:10 +01:00 |
|
tracy_noop.zig
|
|
|
|
VcsStatus.zig
|
|
|
|
walk_tree.zig
|
|
|