From 036ebc9a8be8d6364b34daf1f6ebbdfb59cba009 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sun, 4 Feb 2024 13:25:36 +0100
Subject: Add spacing between icon and text bar telescope prompt

---
 fnl/plugins/telescope.fnl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'fnl/plugins')

diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl
index 126637e..938bedd 100644
--- a/fnl/plugins/telescope.fnl
+++ b/fnl/plugins/telescope.fnl
@@ -109,8 +109,8 @@
   (let [telescope (require :telescope)
         actions (require :telescope.actions)
         icons (require :settings.icons)]
-    (telescope.setup {:defaults {:prompt_prefix (.. " " (. icons :telescope)
-                                                    " ")
+    (telescope.setup {:defaults {:prompt_prefix (.. "  " (. icons :telescope)
+                                                    "  ")
                                  :selection_caret (.. (. icons :caret) " ")
                                  :path_display [:smart]
                                  :color_devicons false
-- 
cgit v1.2.3-70-g09d2