From 4e0b2e7072529068a3c44611c4eed4fb60f4ff06 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 20 Jan 2024 01:25:24 +0000 Subject: [PATCH] Add bufferline helix --- users/configs/system/helix/config/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/users/configs/system/helix/config/config.toml b/users/configs/system/helix/config/config.toml index b7710ea..3644261 100644 --- a/users/configs/system/helix/config/config.toml +++ b/users/configs/system/helix/config/config.toml @@ -2,6 +2,7 @@ theme = "catppuccin_custom" [editor] cursorline = true +bufferline = "multiple" line-number = "relative" [editor.cursor-shape]