From a27ca4aeec918e2c1a9cd48e4ac4f723d380ce33 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Thu, 30 Oct 2025 19:15:05 +0100 Subject: [PATCH] helix: Always show bufferline --- users/pedro/home-configuration/helix.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/pedro/home-configuration/helix.nix b/users/pedro/home-configuration/helix.nix index 6a17cea..db6dc2a 100644 --- a/users/pedro/home-configuration/helix.nix +++ b/users/pedro/home-configuration/helix.nix @@ -50,6 +50,10 @@ } ]; }; - settings = { }; + settings = { + editor = { + bufferline = "always"; + }; + }; }; }