From 9a23217d235fe4cd6d8f59b6ba5f6dab31e0257b Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 22 Jun 2023 12:50:54 +0200 Subject: [PATCH] nvim: Fix telescope nerd font codepoint Fix the codepoint the telescope icons point to for the new nerd font codepoints. --- nvim/.config/nvim/lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua index 722df29..408f89e 100644 --- a/nvim/.config/nvim/lua/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/plugins/telescope.lua @@ -31,7 +31,7 @@ return { }, generic_sorter = require("mini.fuzzy").get_telescope_sorter, -- Appearance - prompt_prefix = " ", + prompt_prefix = "󰍉 ", selection_caret = "󰳟 ", color_devicons = true, },