diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-22 01:01:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-22 01:01:03 +0200 |
commit | d0715c84fd6285e2efac3ab3cfb890ab595e49bf (patch) | |
tree | 161edbf84630c9c46a7b9063d853c37209d75691 /fnl | |
parent | 3a13909de161be95076a656b49352679d39bc593 (diff) |
Fix spacing in telescope
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 2 |
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 |