Skip to content

Commit

Permalink
chore: set custom find_files prompt_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Jun 4, 2022
1 parent e56df75 commit 2d3a653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/config/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ require("telescope").setup {
},
},
},
pickers = {
find_files = {
prompt_prefix='🔍',
},
},
}

0 comments on commit 2d3a653

Please sign in to comment.