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 638a0c2 commit 8903b87Copy full SHA for 8903b87
lua/astrocommunity/completion/codeium-nvim/init.lua
@@ -64,6 +64,7 @@ return {
64
-- Adds icon for codeium using mini.icons
65
opts = function(_, opts)
66
if not opts.lsp then opts.lsp = {} end
67
+ if not opts.symbol_map then opts.symbol_map = {} end
68
opts.symbol_map.codeium = { glyph = require("astroui").get_icon("Codeium", 1, true), hl = "MiniIconsCyan" }
69
end,
70
},
0 commit comments