CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-12-16 14:18:28 +00:00
b52b06735b fix: gg ge and G should select in helix SEL mode
fffedb7371 feat: add select_to_line_vim command
0dcf63bd38 feat: make goto in flow select mode select to line
a9ee5321ac fix: don't auto_find on a single space
c6c310b9d0 fix: crash in editor_gutter.print_digits
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-16 13:21:59 +00:00
f26e68b651 fix: show *all* keybinds in hints window
36d9a7023d refactor: remove all duplicate kp_ keybinds in helix mode
721b118c32 refactor: remove all duplicate kp_ keybinds in flow mode
93c2c87632 feat: map kp_ movement keys as regular keys if the kp_ variants are not explicitly mapped
6633dd1c0e refactor: add function to map kp_ movement keys to regular movement keys
Compare 9 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-15 22:26:11 +00:00
79a184aa4a refactor: fix error handling in git.rev_parse
neurocyte pushed to master at neurocyte/flow 2025-12-15 21:46:37 +00:00
5fd499d141 fix: avoid "error invalid JSON in LSP initialization options" messge when there are no options
neurocyte pushed to master at neurocyte/flow 2025-12-15 19:44:12 +00:00
0143a7148a refactor: add vcs_id and vcs_content fields to Buffer
a561de6602 refactor: simplify editor "update" event
95e42d2c78 build: remove unused git import in tui module
081ff6ec4f refactor: add git.rev_parse and git.cat_file functions
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-15 14:34:51 +00:00
8546c6ca14 fix: add helix keybinds for kp_multiply and kp_divide
neurocyte pushed tag v0.6.0-342-gcb8e4cb9 to neurocyte/flow-nightly 2025-12-15 12:11:38 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-15 12:09:21 +00:00
cb8e4cb988 refactor: log error on invalid JSON in LSP configuration options
8aa8e5cd3d Fix sending null
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-15 12:08:30 +00:00
88ab698602 refactor: log error on invalid JSON in LSP configuration options
d4fdbddd1b Fix sending null
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-12-13 22:50:30 +00:00
c98f8646d6 fix: incorrect release repo
neurocyte pushed to master at neurocyte/flow 2025-12-13 22:12:20 +00:00
55b428cea6 fix: never use base layout keycodes
1298ba3195 fix: don't overwrite shifted keycode with alternate text
Compare 2 commits »
neurocyte pushed tag v0.6.0-338-g3b24cd11 to neurocyte/flow-nightly 2025-12-13 21:37:59 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-13 21:35:23 +00:00
3b24cd11a2 feat: add open_lsp_config_global and open_lsp_config_project commands
19b38609f8 fix: don't use extract_cbor on language_server_options
8890ec7497 refactor: read lsp config from a separate file in the config directory
9e0077985e Add basic LSP configuration capabilities
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-13 17:47:38 +00:00
528d57fdf7 fix: palette padding on top_right placement
neurocyte pushed to master at neurocyte/flow 2025-12-12 13:28:05 +00:00
42ddbe5f2f refactor: add egc_chunk_col_pos function
neurocyte pushed to master at neurocyte/flow 2025-12-12 13:27:35 +00:00
660449c1c0 refactor: use *std.Io.Writer instead of anytype
99b721febf fix: don't index into utf-8 based on egc width
99a4fb0936 fix: change len for egc_chunk_width
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-12 12:55:04 +00:00
308f46c8a2 refactor: move LSP types to new module