We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb074e5 commit 3776217Copy full SHA for 3776217
lua/astrocommunity/completion/blink-cmp/init.lua
@@ -59,12 +59,7 @@ local function get_kind_icon(CTX)
59
end
60
61
62
- if not hl_provider then
63
- hl_provider = function(ctx)
64
- local tailwind_hl = require("blink.cmp.completion.windows.render.tailwind").get_hl(ctx)
65
- if tailwind_hl then ctx.kind_icon_highlight = tailwind_hl end
66
- end
67
+ if not hl_provider then hl_provider = function() end end
68
69
-- Call resolved providers
70
icon_provider(CTX)
0 commit comments