From 6ebf7626b359fb08ada89fc8991a33dd5da241b3 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 12 Nov 2024 12:55:54 +0200 Subject: [PATCH] helix: show hidden files --- cli/.config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml index b24c111..7147cf6 100644 --- a/cli/.config/helix/config.toml +++ b/cli/.config/helix/config.toml @@ -9,6 +9,9 @@ normal = "block" insert = "bar" select = "underline" +[editor.file-picker] +hidden = false + [editor.indent-guides] render = true