Skip to content

Commit 8903b87

Browse files
authored
fix(codeium-nvim): add symbol_map initialization in mini.icons configuration (#1434)
fix(codeium): add symbol_map initialization in mini.icons configuration
1 parent 638a0c2 commit 8903b87

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)