diff --git a/completion.lua b/completion.lua index afd08e3..97f2554 100644 --- a/completion.lua +++ b/completion.lua @@ -57,7 +57,7 @@ cmp.setup({ keep_all_entries = false, enable_in_context = function() return true end } - }, {name = 'conventionalcommits'} + }, {name = 'conventionalcommits', keyword_length = 1 }, }, window = { completion = cmp.config.window.bordered(), @@ -70,7 +70,9 @@ cmp.setup({ nvim_lsp = 'λ', vsnip = '⋗', buffer = 'Ω', - path = '🖫' + path = '📁', + spell = '💬', + calc = '√', } item.menu = menu_icon[entry.source.name] return item