Skip to content

Commit 3776217

Browse files
committed
fix(blink-cmp): remove tailwind fallback
1 parent bb074e5 commit 3776217

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lua/astrocommunity/completion/blink-cmp/init.lua

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ local function get_kind_icon(CTX)
5959
end
6060
end
6161
end
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-
end
62+
if not hl_provider then hl_provider = function() end end
6863
end
6964
-- Call resolved providers
7065
icon_provider(CTX)

0 commit comments

Comments
 (0)