Skip to content

Commit a2e44d6

Browse files
committed
fix(codeium): add symbol_map initialization in mini.icons configuration
1 parent ae2437d commit a2e44d6

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/completion/codeium-nvim

1 file changed

+1
-0
lines changed

lua/astrocommunity/completion/codeium-nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ return {
6464
-- Adds icon for codeium using mini.icons
6565
opts = function(_, opts)
6666
if not opts.lsp then opts.lsp = {} end
67+
if not opts.symbol_map then opts.symbol_map = {} end
6768
opts.symbol_map.codeium = { glyph = require("astroui").get_icon("Codeium", 1, true), hl = "MiniIconsCyan" }
6869
end,
6970
},

0 commit comments

Comments
 (0)