summaryrefslogtreecommitdiff
path: root/fnl/plugins/telescope.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-04 13:25:36 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-04 13:25:36 +0100
commit036ebc9a8be8d6364b34daf1f6ebbdfb59cba009 (patch)
tree887c2c91febf8bc3053deaf103975cec61d98ee3 /fnl/plugins/telescope.fnl
parent912854306867f1b678f2932bfce302794fe1db09 (diff)
Add spacing between icon and text bar telescope prompt
Diffstat (limited to 'fnl/plugins/telescope.fnl')
-rw-r--r--fnl/plugins/telescope.fnl4
1 files changed, 2 insertions, 2 deletions
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