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:
parent
315e38cb24
commit
9a23217d23
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ return {
|
||||||
},
|
},
|
||||||
generic_sorter = require("mini.fuzzy").get_telescope_sorter,
|
generic_sorter = require("mini.fuzzy").get_telescope_sorter,
|
||||||
-- Appearance
|
-- Appearance
|
||||||
prompt_prefix = " ",
|
prompt_prefix = " ",
|
||||||
selection_caret = " ",
|
selection_caret = " ",
|
||||||
color_devicons = true,
|
color_devicons = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue