From 6bc5bcee50ee20bfeda2d17473dc310778bac27f Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 31 Mar 2024 21:22:01 +0200 Subject: [PATCH] helix: border around popus --- .config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8af7ba4..a239198 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -6,6 +6,7 @@ undercurl = true cursorline = true color-modes = true auto-pairs = false +popup-border = "all" [editor.cursor-shape] insert = "bar"