aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
diff options
context:
space:
mode:
authorGokul Soumya2022-05-31 17:13:08 +0000
committerBlaž Hrastnik2022-06-21 16:43:25 +0000
commit8ad0b83e306ff6dfc1499d3e6d25b2fd36a096a4 (patch)
tree501b37975764e8d3e14a7a5140e8ec81e5a7bd53 /helix-term/src/ui/picker.rs
parent924b4ebb39df71d8499e7d38015c2423a89a3e49 (diff)
Make indent guides configurable
Diffstat (limited to 'helix-term/src/ui/picker.rs')
-rw-r--r--helix-term/src/ui/picker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs
index 9ffe45c1..95ec8405 100644
--- a/helix-term/src/ui/picker.rs
+++ b/helix-term/src/ui/picker.rs
@@ -240,7 +240,7 @@ impl<T: 'static> Component for FilePicker<T> {
surface,
&cx.editor.theme,
highlights,
- &cx.editor.config().whitespace,
+ &cx.editor.config(),
);
// highlight the line