Skip to content

Commit

Permalink
cmp: update tabnine icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 17, 2024
1 parent e35eb9a commit c7a9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7a9c06

Please sign in to comment.