Closed cxwx closed 7 months ago
Hi all: I've try to make code completer with codeium and tabnine using codeium.nvim and cmp-tabnine
cmp.setup{ formatting = { format = require("lspkind").cmp_format({ mode = "symbol_text", show_labelDetails = true, max_width = 20, symbol_map = { Codeium = "🅲", --INFO:worked Tabnine = "❾", -- TODO: not work Fittencode = "Ⓕ" --TODO not work, FC -> Text }, }), } }
but only codeium symbol worked, the Tabnine has no symbol displayed like below.
sorry wrong Tabnine, correct is TabNine
Tabnine
TabNine
Hi all: I've try to make code completer with codeium and tabnine using codeium.nvim and cmp-tabnine
but only codeium symbol worked, the Tabnine has no symbol displayed like below.