summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-22 01:01:03 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-22 01:01:03 +0200
commitd0715c84fd6285e2efac3ab3cfb890ab595e49bf (patch)
tree161edbf84630c9c46a7b9063d853c37209d75691 /fnl/plugins
parent3a13909de161be95076a656b49352679d39bc593 (diff)
Fix spacing in telescope
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/telescope.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl
index d662b87..47ddac1 100644
--- a/fnl/plugins/editor/telescope.fnl
+++ b/fnl/plugins/editor/telescope.fnl
@@ -62,7 +62,7 @@
actions (require :telescope.actions)
icons (require :plugins.icons)]
(telescope.setup {:defaults {:prompt_prefix (.. " " (. icons :telescope)
- " ")
+ " ")
:selection_caret (.. (. icons :caret) " ")
:path_display [:smart]
:color_devicons false