feat(nvim/cmp): icons
This commit is contained in:
parent
ea9b7b7bd2
commit
78eacedab0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user