From c7a9c06de34883ef11540ebcea06ca551490df9c Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:41:32 +0200 Subject: [PATCH] cmp: update tabnine icon --- lua/nxvim/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nxvim/plugins/cmp.lua b/lua/nxvim/plugins/cmp.lua index f443b0c..7f7caff 100644 --- a/lua/nxvim/plugins/cmp.lua +++ b/lua/nxvim/plugins/cmp.lua @@ -59,7 +59,7 @@ local config = { item.menu = item.kind local icon = cmp_kinds[item.kind] - if entry.source.name == "cmp_tabnine" then icon = "" end -- "󰛡" "⌬" "󰋙" + if entry.source.name == "cmp_tabnine" then icon = "⌬" end -- "󰛡" if entry.source.name == "copilot" then icon = "" end item.kind = icon