Commit graph

22 commits

Author SHA1 Message Date
cc436bbb3a Mention --width-estimation-method in config docs 2025-02-24 00:00:15 +01:00
03b91ec1cd Mention ghostty in config docs 2025-02-23 23:08:17 +01:00
17185ea536 Add unicode-based grapheme width estimation method 2025-02-23 18:37:17 +01:00
fbc64de607 Merge and reorder imports
This change brings them in-line with the default settings of
rust-analyzer. Originally, I disliked this style, but by now, I've grown
used to it and prefer it slightly. Also, I like staying on the default
path since I usually don't need to check the imports to see if
rust-analyzer messed anything up (except for omitting the self:: when
importing modules defined in the current module, grr :D).

I've also come around to the idea of trailing mod definitions instead of
putting them at the top: I would also put module definitions that
contain code instead of referencing another file below the imports. It
feels weird to have code above imports. So it just makes sense to do the
same for all types of mod definitions.

If rustfmt ever gains stable support for grouping imports, I'll probably
use that instead.
2025-02-21 12:46:25 +01:00
e1ba15cb9e Update time_zone docs 2025-02-21 00:32:44 +01:00
db529688e9 Use cargo workspace lints 2024-04-25 20:38:21 +02:00
50be653244 Fix incorrect cli option reference 2024-01-27 13:21:59 +01:00
dadbb205e5 Fix cargo doc warnings 2024-01-03 23:51:27 +01:00
a8570cf9c5 Make TZ env var override time_zone config option 2024-01-03 17:03:00 +01:00
f94eb00dcd Clean up config docs 2024-01-03 16:30:08 +01:00
c286e0244c Add time_zone config option 2024-01-03 02:05:53 +01:00
5995d06cad Support domain in config file 2024-01-01 19:35:46 +01:00
2afda17d4b Improve config loading error handling 2023-04-30 22:57:21 +02:00
458025b8bf Use serde's default annotation for Document 2023-04-27 20:11:16 +02:00
d29441bf02 Move todo to proper location 2023-04-27 20:07:25 +02:00
c53e3c262e Include key bindings in config 2023-04-27 18:30:42 +02:00
e1c3a463b2 Move key binding groups to config crate 2023-04-27 15:31:49 +02:00
5a0efd69e4 Extract euph config into submodule 2023-04-27 15:27:23 +02:00
f7f200a608 Add measure_widths config option 2023-04-24 18:21:46 +02:00
3d91d447c7 Document config 2023-04-24 14:08:57 +02:00
cedeeff10b Add Document trait for config doc generation 2023-04-24 14:02:20 +02:00
5b5370d2df Extract config into cove-config crate 2023-04-21 02:15:25 +02:00
Renamed from cove/src/config.rs (Browse further)