diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 18:42:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 18:42:39 +0200 |
commit | 19401c068bef4d5bba7a073c61f2e9619ee25021 (patch) | |
tree | f9960940a6091a9fe9c4d440744fc09697cee5a8 /fnl/config | |
parent | 0a054824fb411d6aed0a58cf7da87c59b864394e (diff) |
Update telescope icons
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/telescope.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index 38ac138..4793fef 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -5,8 +5,8 @@ (let [telescope (util.load-plugin :telescope)] (let [actions (require :telescope.actions)] - (telescope.setup {:defaults {:prompt_prefix " " - :selection_caret " " + (telescope.setup {:defaults {:prompt_prefix " " + :selection_caret "> " :path_display [:smart] :vimgrep_arguments [:rg :--color=never |