nvim: Fix telescope nerd font codepoint

Fix the codepoint the telescope icons point to for the new nerd font
codepoints.
This commit is contained in:
Marty Oehme 2023-06-22 12:50:54 +02:00
parent 315e38cb24
commit 9a23217d23
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ return {
},
generic_sorter = require("mini.fuzzy").get_telescope_sorter,
-- Appearance
prompt_prefix = " ",
prompt_prefix = "󰍉 ",
selection_caret = "󰳟 ",
color_devicons = true,
},