diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-04 13:25:36 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-04 13:25:36 +0100 |
commit | 036ebc9a8be8d6364b34daf1f6ebbdfb59cba009 (patch) | |
tree | 887c2c91febf8bc3053deaf103975cec61d98ee3 | |
parent | 912854306867f1b678f2932bfce302794fe1db09 (diff) |
Add spacing between icon and text bar telescope prompt
-rw-r--r-- | fnl/plugins/telescope.fnl | 4 |
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 |