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"; + }; + }; }; }