Commit graph

12 commits

Author SHA1 Message Date
2a9e532340
feat: set default for enable_terminal_cursor to true 2024-11-07 12:26:45 +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
a0e7d2623f
fix: default vim_insert_chording_keybindings option to false 2024-10-22 19:08:32 +02:00
Visen
b70da1918c
Chording support for vim mode (#53)
* initial experimental success

* refined chording

* add default value

* refactor chording from switch to if

* revert change introduced when debugging

* remove unnecessary try

* added configuration option
2024-10-22 18:59:06 +02:00
d2238bf847
feat: make indent size and tab width configurable and add indent guide mode 2024-10-10 23:16:49 +02:00
d11ea9dde4
feat: add enable_format_on_save configuration option 2024-08-27 21:39:23 +02:00
4df737e78f
feat: make status bars configurable 2024-08-25 21:18:35 +02:00
c627a49518
feat: add config option enable_terminal_color_scheme
This option defaults to off on windows because windows does not support
resetting the terminal colors on exit.

closes #26
2024-08-21 22:07:36 +02:00
0c08f0b6fd feat: make gutter line numbers configurable for all vim modes 2024-03-06 10:28:40 +01:00
6f60b17010 fix: turn off whitespace rendering in the default config 2024-02-29 16:47:11 +01:00
4ece4babad Initial public release 2024-02-29 00:00:15 +01:00