Commit graph

869 commits

Author SHA1 Message Date
00597ce93f
refactor: merge BindingSet functions init and load_json 2024-11-14 18:36:44 +01:00
ce76589f5c
refactor: load just a single binding set into each keybind handler 2024-11-14 18:31:34 +01:00
a80b613606
fix: re-work dynamic keybind allocation to fix some corruption 2024-11-14 18:01:38 +01:00
25eabfa4ca
fix: unbreak use_llvm and pie options on macos 2024-11-14 17:51:17 +01:00
29c7fbebc4
fix: add --stdin to gleam format 2024-11-14 17:40:29 +01:00
c903debb4b
feat: add gleam formatter 2024-11-14 17:33:01 +01:00
fd2799c6e3
feat: add gleam to file types 2024-11-14 15:38:46 +01:00
f0769de8e9
feat: update tree-sitter to add gleam support 2024-11-14 15:38:45 +01:00
26694e9b08
feat: support LSPs that use string IDs 2024-11-14 15:38:43 +01:00
8308be76cd
fix: update libvaxis and use stable upstream URL for zg 2024-11-14 15:38:42 +01:00
ce96caa3fc
fix: decode egc correctly in dynamic keybind module 2024-11-13 23:23:21 +01:00
2f201c7886
fix: prevent crash from keybind namespace and mode names going out of scope 2024-11-13 23:13:18 +01:00
4200b3c1f6
feat: add dynamic bindings for home mode (partial) 2024-11-13 19:06:09 +01:00
3661148daf
feat: lookup dynamic mode 2024-11-13 19:05:29 +01:00
ae3d21ad08
refactor: use the same create interface for all modes 2024-11-13 19:04:35 +01:00
0037695983 feat: add handler wrappers for dynamic keybind modes (incomplete) 2024-11-13 18:22:35 +01:00
7fff8fc529 refactor: move dynamic keybindings to keybind module 2024-11-13 18:22:35 +01:00
Robert Burnett
d33bb955f9 feat: Data driven keybindings 2024-11-13 18:22:35 +01:00
ced130b4f4
refactor: move helix mode keybindings to keybind module 2024-11-12 22:35:38 +01:00
d75e3dd9e3
fix: mode name in home mode 2024-11-12 22:20:58 +01:00
cf50f77abf
refactor: move vim mode keybindings to keybind module 2024-11-12 22:20:02 +01:00
4be4fe76e9
refactor: move flow mode keybindings to keybind module 2024-11-12 21:46:54 +01:00
b2c81c50ed
refactor: rename keybind module root source file 2024-11-12 21:39:16 +01:00
07a412c2b2
refactor: move home keybindings to keybind module 2024-11-12 21:37:31 +01:00
2a9e532340
feat: set default for enable_terminal_cursor to true 2024-11-07 12:26:45 +01:00
bf6e4f49b8
feat: set terminal cursor color to match theme 2024-11-07 10:54:43 +01:00
4360390b89
fix: don't skip syntax highlighting the first symbol in a file 2024-11-06 16:38:58 +01:00
9375ffabc0
fix: improve fallbacks to closer match vscode themes 2024-11-05 21:03:17 +01:00
78f6756494
fix: render syntax using only the first match at a point 2024-11-05 21:00:29 +01:00
486c6ba95e
fix: some minor alpha rendering issues 2024-11-05 10:46:06 +01:00
cbcf8cc2dd
fix: don't alpha blend selections over matches 2024-11-04 23:34:47 +01:00
1545eb988d
fix: apply foreground alpha against base foreground color 2024-11-04 23:14:15 +01:00
4e1796df27
fix: alpha rendering of buttons and palettes 2024-11-04 23:04:05 +01:00
9421f4e7f6
fix: avoid some potential memory leaks in ripgrep and filelist_view 2024-11-04 22:20:07 +01:00
cfb9f8cf11
refactor: remove unused parameter in set_base_style 2024-11-04 22:20:06 +01:00
0a43fa853f
feat: support rendering theme colors with alpha components 2024-11-04 22:19:45 +01:00
3b28286c91
build: add strip and pie build options and remove use_lld 2024-11-04 17:22:44 +01:00
b8a5d95bf3
feat: some tweaks to tui.fallbacks table to improve syntax highlighting 2024-11-04 15:18:04 +01:00
d26401cb17
feat: improve scope to theme token matching 2024-11-04 15:17:09 +01:00
248293c3f4
feat: update catppuccin theme 2024-11-04 15:11:33 +01:00
018936bc56
refactor: tweak layout of modstate widget 2024-10-31 22:17:21 +01:00
05f5650456
fix: increase default language server request timeout to 10 seconds 2024-10-31 18:12:05 +01:00
fa23096f85
feat: make the language server request timeout a configurable option 2024-10-31 18:08:12 +01:00
2ae89a14fd
feat: add julia support
closes #61
2024-10-31 14:34:44 +01:00
a6f09895d1
feat: provide user feadback on bar misconfiguration 2024-10-31 13:54:38 +01:00
dec2399b19
fix: refresh_hover when entering/exiting overlay modes 2024-10-31 13:54:14 +01:00
7115d3eddc
fix: scrollbar active state should not depend on hover 2024-10-31 13:53:46 +01:00
da85c40603
fix: remove obsolete and broken syntax.refresh function 2024-10-30 17:53:05 +01:00
d60ad49f84
feat: improve did_change performance with an arena 2024-10-29 21:30:19 +01:00
d05fbcae37
feat: add more tracy zones to project_manager.did_change 2024-10-29 20:58:22 +01:00