Commit graph

21 commits

Author SHA1 Message Date
78affc4052
feat(tabs): enable tabs in default config 2025-01-27 19:57:54 +01:00
35ca71e032
feat: add config option gutter_symbols 2025-01-14 21:37:54 +01:00
1acc9b107e
refactor(config): BREAKING rename config option config_files to include_files 2025-01-08 14:36:47 +01:00
Jonathan Marler
194fe70d6e feat(nested config files)
Adds a config_files option to config.json that allows the user
to specify one or more config files to load in addition to the
main config file.

For me this allows me to keep my flow configuration in a shared dotfiles
repository managed by git.
2025-01-06 12:12:14 +01:00
afca8a86bc
feat: add configuration option default_cursor 2024-12-20 21:44:35 +01:00
76ad218729
feat: add clock to default status bar 2024-12-12 18:29:42 +01:00
4e03fc99d4
feat: add keybind status bar widget
This widget will show the state of the leader key sequence being
processed.
2024-12-12 17:04:01 +01:00
3b8982ac26
feat: move all keybind mode related options to keybind config 2024-12-03 23:04:10 +01:00
cf1befe3fa
refactor: remove config option vim_insert_chording_keybindings 2024-12-03 22:17:45 +01:00
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